SessionStateStoreData Properties

  Name Description
Public property Items
The session variables and values for the current session.
Public property StaticObjects
Gets a collection of objects declared by <object Runat="Server" Scope="Session"/> tags within the ASP.NET application file Global.asax.
Public property Timeout
Gets and sets the amount of time, in minutes, allowed between requests before the session-state provider terminates the session.
Top

Community Additions

ADD
Show: