Remove mentions of Yesod from the core package.

This commit is contained in:
Felipe Lessa 2015-05-25 16:20:19 -03:00
parent 3a6b1fbaa9
commit 8115d6ede4

View File

@ -302,15 +302,15 @@ toSessionMap state Session {..} =
-- | The session key used to signal that the session ID should be
-- invalidated.
forceInvalidateKey :: Text
forceInvalidateKey = "yesod-persistent-session-force-invalidate"
forceInvalidateKey = "serversession-force-invalidate"
-- | Which session IDs should be invalidated.
data ForceInvalidate =
CurrentSessionId
-- ^ Invalidate the current session ID. The current session
-- ID is automatically invalidated on @yesod-auth@ login and
-- logout.
-- ID is automatically invalidated on login and logout
-- (cf. 'setAuthKey').
| AllSessionIdsOfLoggedUser
-- ^ Invalidate all session IDs beloging to the currently
-- logged in user. Only the current session ID will be