что мы знаем про сессии вообще |
Как поместить идентификатор сессии в параметр GET, а не в URL?,
ASP.NET state service |
который позволяетIsCookieless = <% =Session.IsCookieless.ToString() %>
Alternatives to session state include the following:
Application state, which stores variables that can be accessed by all users of an ASP.NET application.
Profile properties, which persists user values in a data store without expiring them.
ASP.NET caching, which stores values in memory that is available to all ASP.NET applications.
View state, which persists values in a page.
Cookies.
The query string and fields on an HTML form that are available from an HTTP request.
если этот элемент конфигурации не записать в конфиг (а какое значение по-умолчанию? The default is True.) то страницы будут выдавать ошибки-сообщения при любой работе с сессиями.
Optional String attribute.
Specifies session state requirements for the resources that are within the scope of the configuration file.
The enableSessionState attribute can be one of the following possible values. The default is True.