Description
A Haskell library for storing session data securely inside a client-side cookie. It is used by web applications that want signed or encrypted session state without keeping all session data on the server.
Developers use it in authentication and web-session flows. Cookie security depends on key handling, expiration, HTTPS, SameSite settings, and avoiding sensitive data that should never live on the client.