SessionStateStoreData Properties
.NET Framework 2.0
| 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.
|
Reference
SessionStateStoreData ClassSystem.Web.SessionState Namespace
Other Resources
ASP.NET Session StateCommunity Additions
ADD
Show: