What is the difference between Session Cookies and Persistent Cookies?
Interview question and answer by:
Neeks | Posted on: 3/21/2009 | Category:
ASP.NET Interview questions | Views: 5361 |
Answer:
Persistent Cookies are same as Session Cookies except that, persistent cookies have an expiration date. The expiration date indicates to the browser that it should write the cookie to the client's hard drive
. Keep in mind that because a user can delete cookies from their machine that there is no guarantee that a cookie you "drop" on a user machine will be there the next time they visit your site.
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: