Class Session

Represents a single HTTP session.

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

Inherits from

Methods

Name Description
id Returns the unique session id of this session.
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

Copyright

© 2012 RejectedSoftware e.K.

License

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