mysnapsession: Memory-backed sessions and continuations for Snap web apps
This package provides two Snap extensions. The first is an in-memory session manager, which stores sessions for each client. The session object type is user-defined. Because sessions are memory-backed, sticky session routing is needed to use this extension with load balancing.
The second extension provides a continuation-based programming model called dialogues, which allow natural specification of stateful interactions with the client that span multiple requests.
Versions [faq] | 0.1, 0.1.1, 0.1.2, 0.2, 0.3, 0.3.1, 0.4, 0.4.1 |
---|---|
Dependencies | base (==4.*), bytestring (>=0.9.1 && <0.10), containers (==0.3.*), heist (==0.4.*), hexpat (==0.19.*), MonadCatchIO-transformers (>=0.2.1 && <0.3), mtl (==2.*), random (==1.0.*), regex-posix (==0.94.*), snap (==0.3.*), snap-core (==0.3.*), snap-server (==0.3.*), text (==0.11.*), time (>=1.1 && <1.3) [details] |
License | BSD-3-Clause |
Author | Chris Smith <cdsmith@gmail.com> |
Maintainer | Chris Smith <cdsmith@gmail.com> |
Category | Web |
Uploaded | by ChrisSmith at 2010-12-31T03:01:46Z |
Distributions | NixOS:0.4.1 |
Downloads | 4625 total (3 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-12-28 [all 6 reports] |
Modules
- Snap
- Extension
- Snap.Extension.Dialogues
- Snap.Extension.Session
- Snap.Extension.Session.Memory
- Snap.Extension.SessionUtil
- Extension
Downloads
- mysnapsession-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)