How does ASP.Net Cookieless work ?
问题 I try to set the <sessionstate /> in my web.config but I don't know what are they. I would like to know about ASP.Net <SessionState cookieless="" /> . <sessionState cookieless="*****"> AutoDetect UseCookies UseDeviceProfile UseUri true false Let me know with short note. 回答1: Specifies how cookies are used for a Web application. The cookieless attribute can be one of the following possible values. The default is the UseCookies value. Note When you configure an AJAX-enabled ASP.NET Web site,