␡
- Introduction
- Configuring In-Process Session State
- Configuring Out-of-Process Session State
- Disabling or Enabling Session State at the Page Level
- Working with Cookieless Session-State Management
- Summary
Like this article? We recommend
Working with Cookieless Session-State Management
Some clients won't be configured to support cookies. This is relevant because by default the session ID is stored as a cookie. However, if you're programming for a wireless device such as a cell phone, or browsers that may have cookies disabled, you can still use the Session cache. The Session cache works without cookies by embedding the session ID in the URL. To disable and test the Session cache without cookies, set the sessionState cookieless attribute to "true" in the Web.config file.