Class Session
Represents a single HTTP session.
Indexing the session object with string keys allows to store arbitrary key/value pairs.
Inherits from
-
(base class)Object
Properties
Name | Type | Description |
---|---|---|
id
[get]
|
string |
Returns the unique session id of this session.
|
Methods
Name | Description |
---|---|
isKeySet
|
Queries the session for the existence of a particular key .
|
opApply
|
Enables foreach-iteration over all key/value pairs of the session. |
opIndex
|
Gets/sets a key/value pair stored within the session.
|
opIndexAssign
|
Gets/sets a key/value pair stored within the session.
|
Authors
Jan Krüger, Sönke Ludwig, Ilya Shipunov
Copyright
© 2012-2013 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.