The latest version of wai-session is 0.3.3-0.
wai-session
Version 0.2 revision 0 uploaded by StephenWeber.
Package meta
- Synopsis
- Flexible session middleware for WAI
- Description
Provides a generic, cookie-based middleware for sessions that is parameterised over the session store, the cookie name, and the cookie parameters (such as path, expiry, etc). Passes a pair of functions (lookup key, set key) for the current session through the Vault in the Request.
Also provides a simple example session store based on threadsafe IORefs and Data.Map.
See example/Main.hs in git for example usage.
- Author
- Stephen Paul Weber <singpolyma@singpolyma.net>
- Bug reports
- https://github.com/singpolyma/wai-session/issues
- Category
- Web
- Copyright
- © 2012 Stephen Paul Weber
- Homepage
- https://github.com/singpolyma/wai-session
- Maintainer
- Stephen Paul Weber <singpolyma@singpolyma.net>
- Package URL
- n/a
- Stability
- experimental