Module vibe.http.session

Cookie based session support.

Interfaces

Name Description
SessionStore Interface for a basic session store.

Classes

Name Description
MemorySessionStore Session store for storing a session in local memory.
Session Represents a single HTTP 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.