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.
|
Structs
Name | Description |
---|---|
Session
|
Represents a single HTTP session. |
Enums
Name | Description |
---|---|
SessionStorageType
|
Aliases
Name | Type | Description |
---|---|---|
Base64URLNoPadding
|
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.