Wednesday 21 December 2011

Cookies in ASP.NET: An Introduction

 
 
Cookies are small amounts of text that could be stored on the Client computer system by the browser. They are not software. Cookies are ways to store the data about a website visitors during the time when web server and browser are not connected. Thus, they are basically used to remember the Users between visits. They are particularly small in size, so the ASP.NET developers cannot store more than 4k of information. 

However, the client computers can open the cookie and see the content of a cookie, so it is highly recommended to not to store any passwords here. They are generally used to save User preference information.

Use of Cookies:
  • Storing Shopping cart content
  • User authentication
  • Setting User preferences
  • Identification of a User information
    etc.
At SPEC INDIA, our trained team of ASP.NETdevelopers are eager to make very smart and secure use of cookies, thus to ensure the authentication to the browser sessions. It you have any requirement or queries, feel free to drop an email at our id lead@spec-india.com, we will be happy to assist you. 
Happy Programming !

No comments:

Post a Comment