This documentation is archived and is not being maintained.
HttpSessionState Class
.NET Framework 1.1
Provides access to session-state values as well as session-level settings and lifetime management methods.
For a list of all members of this type, see HttpSessionState Members.
System.Object
System.Web.SessionState.HttpSessionState
[Visual Basic] NotInheritable Public Class HttpSessionState Implements ICollection, IEnumerable [C#] public sealed class HttpSessionState : ICollection, IEnumerable [C++] public __gc __sealed class HttpSessionState : public ICollection, IEnumerable [JScript] public class HttpSessionState implements ICollection, IEnumerable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Requirements
Namespace: System.Web.SessionState
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
HttpSessionState Members | System.Web.SessionState Namespace
Show: