Happstack-session-0.0.0.1: Serverside sessions for Happstack

Copyright(c) Birk Tjelmeland, 2016
LicenseGPL-3
Maintainerbirktjelmeland@yahoo.no
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Happstack.Server.Session.Memory

Description

This module should ONLY be used for testing as it does not save sessions on server restarts and has other security issues. See Happstack.Server.Session

Synopsis

Documentation

memoryStartSession :: IO (Int -> IO (Maybe (Session Int a)), a -> Word64 -> IO (Session Int a), Int -> a -> IO (Maybe (Session Int a)), Int -> IO ()) Source

Constructs value to be used with startSession