wai-session-clientsession-0.1: Session store based on clientsession

Safe HaskellNone
LanguageHaskell98

Network.Wai.Session.ClientSession

Synopsis

Documentation

clientsessionStore :: (Serialize k, Serialize v, Eq k, MonadIO m) => Key -> SessionStore m k v Source

Session store that keeps all content in a Serialized cookie encrypted with ClientSession

WARNING: This session is vulnerable to sidejacking, use with TLS for security.