Add note about J2EE's invalidate.
This commit is contained in:
parent
f59656bc98
commit
e27b932c17
@ -328,6 +328,11 @@ forceInvalidateKey = "serversession-force-invalidate"
|
||||
|
||||
|
||||
-- | Which session IDs should be invalidated.
|
||||
--
|
||||
-- Note that this is not the same concept of invalidation as used
|
||||
-- on J2EE. In this context, invalidation means creating a fresh
|
||||
-- session ID for this user's session and disabling the old ID.
|
||||
-- Its purpose is to avoid session fixation attacks.
|
||||
data ForceInvalidate =
|
||||
CurrentSessionId
|
||||
-- ^ Invalidate the current session ID. The current session
|
||||
|
||||
Loading…
Reference in New Issue
Block a user