Class RedisSessionStore
Inherits from
-
Object
(base class) -
SessionStore
Constructors
Name | Description |
---|---|
this
|
Constructs a new Redis session store. |
Properties
Name | Type | Description |
---|---|---|
expirationTime
[get, set]
|
core |
The duration without access after which a session expires. |
storageType
[get]
|
SessionStorageType |
Returns the internal type used for storing session keys. |
Methods
Name | Description |
---|---|
create
|
Creates a new session. |
destroy
|
Terminates the given session. |
get
|
Returns the value for a given session key. |
isKeySet
|
Determines if a certain session key is set .
|
iterateSession
|
|
iterateSession
|
Iterates all keys stored in the given session. |
open
|
Opens an existing session. |
set
|
Sets a name /value pair for a given session.
|
createSessionInstance
|
Creates a new Session object which sources its contents from this store.
|