SessionStateStoreData Properties
.NET Framework (current version)
Namespace:
System.Web.SessionState
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Items | The session variables and values for the current session. |
![]() | StaticObjects | Gets a collection of objects declared by <object Runat="Server" Scope="Session"/> tags within the ASP.NET application file Global.asax. |
![]() | Timeout | Gets and sets the amount of time, in minutes, allowed between requests before the session-state provider terminates the session. |
Show:
