Sessions ASP.Net Tutorial

The web configuration file enables cookieless sessions by assigning the value AutoDetect to the cookieless attribute.
File: Web.Config


      cookieless="AutoDetect"
    regenerateExpiredSessionId="true" />