Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What are some advantages of storing session state in cookies?


Cookies are usually persistent, so for low-security sites, user data that needs to be stored long-term (such as a user ID, historical information, etc.) can be maintained easily with no server interaction.
For small- and medium-sized session data, the entire session data (instead of just the session ID) can be kept in the cookie.
Related Posts Plugin for WordPress, Blogger...
Flag Counter