Class Session

Represents a single HTTP session.

Indexing the session object with string keys allows to store arbitrary key/value pairs.

Inherits from

Properties

Property name Type Description
id string Returns the unique session id of this session.

Methods

Method name Description
opApply
opIndex Gets/sets a key/value pair stored within the session.
opIndexAssign Gets/sets a key/value pair stored within the session.
isKeySet Queries the session for the existence of a particular key.

Authors

Jan Krüger, Sönke Ludwig

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.