Fix a fixme comment.

This commit is contained in:
Felipe Lessa 2012-04-24 09:55:47 -03:00
parent 2a4747cd36
commit 68001ed057

View File

@ -727,7 +727,7 @@ loadClientSession key timeout sessionName master req now = return (sess, save)
let host = "" -- fixme, properly lock sessions to client address
decodeClientSession key now host val
save sess' now' = do
-- fixme should we be caching this?
-- We should never cache the IV! Be careful!
iv <- liftIO CS.randomIV
return [AddCookie def
{ setCookieName = sessionName