Struct Session

Represents a single HTTP session.

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

Properties

Name Type Description
id [get] string Returns the unique session id of this session.

Methods

Name Description
get
isKeySet Queries the session for the existence of a particular key.
opApply Enables foreach-iteration over all key/value pairs of the session.
opCast
opIndex Gets/sets a key/value pair stored within the session.
opIndexAssign Gets/sets a key/value pair stored within the session.
set

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.