Safe Haskell | None |
---|
IHP.Controller.Session
Documentation
setSession :: (?context :: ControllerContext) => Text -> Text -> IO () Source #
getSession :: (?context :: ControllerContext) => Text -> IO (Maybe Text) Source #
getSessionAndClear :: (?context :: ControllerContext) => Text -> IO (Maybe Text) Source #
getSessionInt :: (?context :: ControllerContext) => Text -> IO (Maybe Int) Source #
getSessionUUID :: (?context :: ControllerContext) => Text -> IO (Maybe UUID) Source #