Here Mudassar Khan has explained with an example, how does MVC application get the Cookies from Client in ASP.Net.
In ASP.Net MVC application, a Cookie is created by sending the Cookie to Browser through Response collection (Response.Cookies) while the Cookie is accessed (read) from the Browser using the Request collection (Request.Cookies).