Session Class

 

Represents the user session.

Namespace:   System.Web.Providers.Entities
Assembly:  System.Web.Providers (in System.Web.Providers.dll)

System.Object
  System.Web.Providers.Entities.Session

public class Session

NameDescription
System_CAPS_pubmethodSession()

Initializes a new instance of the Session class.

NameDescription
System_CAPS_pubpropertyCreated

Gets or sets the date and time when the session was created.

System_CAPS_pubpropertyExpires

Gets or sets the date and time when the session expires.

System_CAPS_pubpropertyFlags

Gets or sets the session flags.

System_CAPS_pubpropertyLockCookie

Gets or sets the session lock cookies.

System_CAPS_pubpropertyLockDate

Gets or sets the session lock date.

System_CAPS_pubpropertyLocked

Gets or sets whether the session has been locked.

System_CAPS_pubpropertySessionId

Gets or sets the session identifier.

System_CAPS_pubpropertySessionItem

Gets or sets the item associated with the session.

System_CAPS_pubpropertyTimeout

Gets or sets the session timeout.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: