The members of System.Web.SessionState.HttpSessionStateContainer are listed below.
See Also: Inherited members from System.Object
Creates a new System.Web.SessionState.HttpSessionStateContainer object and initializes it with the specified settings and values. |
CodePage | int.
Gets or sets the character-set identifier for the current session. | |
[read-only] | CookieMode | System.Web.HttpCookieMode.
Gets a value that indicates whether the application is configured for cookieless sessions. |
[read-only] | Count | int.
Gets the number of items in the session-state collection. |
[read-only] | IsAbandoned | bool.
Gets a value indicating whether the current session has been abandoned. |
[read-only] | IsCookieless | bool.
Gets a value indicating whether the session ID is embedded in the URL or stored in an HTTP cookie. |
[read-only] | IsNewSession | bool.
Gets a value indicating whether the session was created with the current request. |
[read-only] | IsReadOnly | bool.
Gets a value indicating whether the session is read-only. |
[read-only] | IsSynchronized | bool.
Gets a value indicating whether access to the collection of session-state values is synchronized (thread safe). |
LCID | int.
Gets or sets the locale identifier (LCID) of the current session. | |
[read-only] | Mode | SessionStateMode.
Gets the current session-state mode. |
[read-only] | SessionID | string.
Gets the unique identifier for the session. |
[read-only] | StaticObjects | System.Web.HttpStaticObjectsCollection.
Gets a collection of objects declared by <object Runat="Server" Scope="Session"/> tags within the ASP.NET application file Global.asax. |
[read-only] | SyncRoot | object.
Gets an object that can be used to synchronize access to the collection of session-state values. |
Timeout | int.
Gets and sets the amount of time, in minutes, allowed between requests before the session-state provider terminates the session. |
Abandon()
| ||
Add(string, object)
| ||
Clear()
| ||
CopyTo(Array, int)
| ||
GetEnumerator()
| ||
Remove(string)
| ||
RemoveAll()
| ||
RemoveAt(int)
|
System.Web.SessionState.IHttpSessionState.Item | object. Documentation for this section has not yet been entered. | |
System.Web.SessionState.IHttpSessionState.Item | object. Documentation for this section has not yet been entered. | |
[read-only] | System.Web.SessionState.IHttpSessionState.Keys | System.Collections.Specialized.NameObjectCollectionBase.KeysCollection. Documentation for this section has not yet been entered. |