Fix a fixme comment.
This commit is contained in:
parent
2a4747cd36
commit
68001ed057
@ -727,7 +727,7 @@ loadClientSession key timeout sessionName master req now = return (sess, save)
|
|||||||
let host = "" -- fixme, properly lock sessions to client address
|
let host = "" -- fixme, properly lock sessions to client address
|
||||||
decodeClientSession key now host val
|
decodeClientSession key now host val
|
||||||
save sess' now' = do
|
save sess' now' = do
|
||||||
-- fixme should we be caching this?
|
-- We should never cache the IV! Be careful!
|
||||||
iv <- liftIO CS.randomIV
|
iv <- liftIO CS.randomIV
|
||||||
return [AddCookie def
|
return [AddCookie def
|
||||||
{ setCookieName = sessionName
|
{ setCookieName = sessionName
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user