Module vibe.http.session
Interfaces
Interface name | Description |
---|---|
SessionStore | Interface for a basic session store. |
Classes
Class 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.