clientsession

Securely store session data in a client-side cookie.

http://github.com/yesodweb/clientsession/tree/master

Version on this page:0.9.1.1
LTS Haskell 23.23:0.9.3.0
Stackage Nightly 2025-05-23:0.9.3.0
Latest on Hackage:0.9.3.0

See all snapshots clientsession appears in

BSD-3-Clause licensed by Michael Snoyman, Felipe Lessa
Maintained by Michael Snoyman
This version can be pinned in stack with:clientsession-0.9.1.1@sha256:931260ea2bf1c65e46acdfecd1f3e39d0959ad928638f9cc203efd7601f6064e,2334

Module documentation for 0.9.1.1

  • Web
    • Web.ClientSession

Achieves security through AES-CTR encryption and Skein-MAC-512-256 authentication. Uses Base64 encoding to avoid any issues with characters.