IHttpSessionState Members

The following tables list the members exposed by the IHttpSessionState type.

  Name Description
Public property CodePage Gets or sets the code-page identifier for the current session.
Public property CookieMode Gets a value that indicates whether the application is configured for cookieless sessions.
Public property Count Gets the number of items in the session-state item collection.
Public property IsCookieless Gets a value indicating whether the session ID is embedded in the URL or stored in an HTTP cookie.
Public property IsNewSession Gets a value indicating whether the session was created with the current request.
Public property IsReadOnly Gets a value indicating whether the session is read-only.
Public property IsSynchronized Gets a value indicating whether access to the collection of session-state values is synchronized (thread safe).
Public property Item Overloaded. Gets or sets individual session-state item values.
Public property Keys Gets a collection of the keys for all values stored in the session-state item collection.
Public property LCID Gets or sets the locale identifier (LCID) of the current session.
Public property Mode Gets the current session-state mode.
Public property SessionID Gets the unique session identifier for the 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 SyncRoot Gets an object that can be used to synchronize access to the collection of session-state values.
Public property Timeout Gets and sets the time-out period (in minutes) allowed between requests before the session-state provider terminates the session.
Top

  Name Description
Public method Abandon Ends the current session.
Public method Add Adds a new item to the session-state collection.
Public method Clear Clears all values from the session-state item collection.
Public method CopyTo Copies the collection of session-state item values to a one-dimensional array, starting at the specified index in the array.
Public method GetEnumerator Returns an enumerator that can be used to read all the session-state item values in the current session.
Public method Remove Deletes an item from the session-state item collection.
Public method RemoveAll Clears all values from the session-state item collection.
Public method RemoveAt Deletes an item at a specified index from the session-state item collection.
Top

Community Additions

ADD
Show: