snap-1.1.2.0: Top-level package for the Snap Web Framework

Safe HaskellNone
LanguageHaskell98

Snap.Snaplet.Session.Backends.CookieSession

Synopsis

Documentation

initCookieSessionManager Source #

Arguments

:: FilePath

Path to site-wide encryption key

-> ByteString

Session cookie name

-> Maybe ByteString

Session cookie domain

-> Maybe Int

Session time-out (replay attack protection)

-> SnapletInit b SessionManager 

Initialize a cookie-backed session, returning a SessionManager to be stuffed inside your application's state. This SessionManager will enable the use of all session storage functionality defined in Session