Class | Description |
---|---|
CreateSessionIfAbsent |
Extern function to create session if session id not exist, otherwise return existing session.
|
GetAttribute |
Extern function to get session attribute.
|
GetAttributeNames |
Extern function to get session attribute keys.
|
GetAttributes |
Extern function to get session attribute key value pairs as a map.
|
GetCreationTime |
Extern function to get session creation time.
|
GetId |
Extern function to get session id.
|
GetLastAccessedTime |
Extern function to get session last accessed time.
|
GetMaxInactiveInterval |
Extern function to get session max inactive time interval.
|
GetSession |
Extern function to get session if valid session id exist.
|
Invalidate |
Extern function invalidate session.
|
IsNew |
Extern function to get session status.
|
RemoveAttribute |
Extern function to delete session attribute.
|
SetAttribute |
Extern function to set session attributes to the message.
|
SetMaxInactiveInterval |
Extern function to set session max inactive interval.
|
Copyright © 2019 WSO2. All rights reserved.