Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

where are session variables stored on client?

client session stored variables
0
Posted

where are session variables stored on client?

0

Session variables are stored on the server. What is stored in a cookie is the session id. It is used to restore the session variables on the server when client’s postback arrives.I believe the only thing stored on the client will be your session ID in a cookie. The actual data is on the server. The server links the data to the client via that id. If you set cookieless=”true” in web.config, your session ID will be embedded in the URL.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.