Application of cookies that we can use in our project

Question:
I just studied and learned to create cookies in Asp.net/c# website....As a beginner i want to know the list of application of cookies that we can use in our project. If anybody do this for me..i would be grateful...thanks
Answer:
Use of cookie differ from application to application.
One of the major use of cookie is to remember user like in gmail you login first time and logout. In login page you will still have your name and other information by which it loads your profile picture.


In other cases you might use cookie to remember user preferences like language you select in facebook login page

Comments