scotty-session-0.0.1: Adding session functionality to scotty

Safe HaskellNone

Web.Scotty.Session

Synopsis

Documentation

createSessionManager :: ScottyM (ScottySM a)Source

Create a new session manager

modifySession :: ScottySM a -> (Maybe a -> Maybe a) -> ActionM ()Source

Modify the current users session

readSession :: ScottySM a -> ActionM (Maybe a)Source

Read the current users session