| |||||||
| |||||||
| |||||||
| Synopsis | |||||||
| |||||||
| Sessions API | |||||||
| sessionLookup :: String -> Controller ActionConfig r String | |||||||
| Get variable from session | |||||||
| sessionSet :: String -> String -> Controller ActionConfig r () | |||||||
| Set variable into session | |||||||
| sessionUnset :: String -> Controller ActionConfig r () | |||||||
| Unset value in the session | |||||||
| sessionTake :: String -> Controller ActionConfig r String | |||||||
| Get variable and unset it | |||||||
| Produced by Haddock version 2.4.2 |