haskell - How to get/set session data in Yesod handler tests? -
is possible session data within yesod handler test? example i'd current userid.
later on, i'd test 2 simultaneous browser sessions interacting yesod app in turns.
getrequestcookies
return session, in encrypted state.
Comments
Post a Comment