happstack-clientsession: client-side session data

[ bsd3, happstack, library, web ] [ Propose Tags ]

uses the clientsession library to store session data in an HTTP cookie


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 7.0.0, 7.1.0, 7.1.1, 7.2.1, 7.2.2, 7.2.3, 7.2.4, 7.2.5, 7.2.6, 7.2.7, 7.3.0, 7.3.1, 7.3.2, 7.3.3
Dependencies base (>=4 && <5), bytestring (>=0.9 && <0.12), cereal (>=0.3 && <0.6), clientsession (>=0.8 && <0.10), happstack-server (>=7.0 && <7.8), monad-control (>=1.0 && <1.1), mtl (>=2.0 && <2.3), safecopy (>=0.7 && <0.11), transformers-base (>=0.4 && <0.5) [details]
License BSD-3-Clause
Author Dag Odenhall
Maintainer Happstack team <happs@googlegroups.com>
Category Web, Happstack
Home page http://happstack.com
Source repo head: git clone https://github.com/Happstack/happstack-clientsession
Uploaded by JeremyShaw at 2021-04-09T01:09:02Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 9967 total (35 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-04-09 [all 1 reports]

Readme for happstack-clientsession-7.3.3

[back to package description]

happstack-clientsession Hackage Build Status

Support for using clientsession with Happstack. This allows you to store in session data in client cookies.