The SessionHelper type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() ![]() | Abandon |
Cancels the current session.
|
![]() ![]() | Clear |
Clears the session content starting with given string
|
![]() ![]() | GetSessionID |
Returns the session ID.
|
![]() ![]() | GetValue |
Returns the given session value.
|
![]() ![]() | InitSessionTimeout |
Initializes the session timeout variable
|
![]() ![]() | Remove |
Sets the session value.
|
![]() ![]() | SetValue(String, Object) |
Sets the session value.
|
![]() ![]() | SetValue(String, Object, Boolean) |
Sets the session value.
|
Properties
Name | Description | |
---|---|---|
![]() ![]() | AllowSessionState |
If true, the session state storage is allowed to be used.
|
![]() ![]() | SessionIsAvailable |
Returns true if the session is available
|
![]() ![]() | SessionTimeout |
Gets or sets the session timeout value (this value doesn't change the timeout period).
|
See Also