Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
serversession Web.ServerSession.Core The session key used to signal that the session ID should be invalidated.
-
serversession Web.ServerSession.Core.Internal The session key used to signal that the session ID should be invalidated.
forceInvalidate :: Session m Text ByteString -> ForceInvalidate -> m ()serversession-frontend-wai Web.ServerSession.Frontend.Wai Invalidate the current session ID (and possibly more, check ForceInvalidate). This is useful to avoid session fixation attacks (cf. http://www.acrossecurity.com/papers/session_fixation.pdf).
forceInvalidate :: Session m Text ByteString -> ForceInvalidate -> m ()serversession-frontend-wai Web.ServerSession.Frontend.Wai.Internal Invalidate the current session ID (and possibly more, check ForceInvalidate). This is useful to avoid session fixation attacks (cf. http://www.acrossecurity.com/papers/session_fixation.pdf).
forceInvalidate :: MonadHandler m => ForceInvalidate -> m ()serversession-frontend-yesod Web.ServerSession.Frontend.Yesod Invalidate the current session ID (and possibly more, check ForceInvalidate). This is useful to avoid session fixation attacks (cf. http://www.acrossecurity.com/papers/session_fixation.pdf). Note that the invalidate does not occur when the call to this action is made! The sessions will be invalidated on the end of the handler processing. This means that later calls to forceInvalidate on the same handler will override earlier calls. This function works by setting a session variable that is checked when saving the session. The session variable set by this function is then discarded and is not persisted across requests.
forceInvalidate :: MonadHandler m => ForceInvalidate -> m ()serversession-frontend-yesod Web.ServerSession.Frontend.Yesod.Internal Invalidate the current session ID (and possibly more, check ForceInvalidate). This is useful to avoid session fixation attacks (cf. http://www.acrossecurity.com/papers/session_fixation.pdf). Note that the invalidate does not occur when the call to this action is made! The sessions will be invalidated on the end of the handler processing. This means that later calls to forceInvalidate on the same handler will override earlier calls. This function works by setting a session variable that is checked when saving the session. The session variable set by this function is then discarded and is not persisted across requests.
forP :: MonadUnliftAction m => [a] -> (a -> m b) -> m [b]shake-plus Development.Shake.Plus.Core Unlifted forP.
forwardOptions :: ShakeOptions -> ShakeOptionsshake-plus Development.Shake.Plus.Forward Given a ShakeOptions, set the options necessary to execute in forward mode.
forwardRule :: (MonadReader r m, MonadRules m) => RAction r () -> m ()shake-plus Development.Shake.Plus.Forward Lifted version of forwardRule using RAction.
forceAllWords :: ExcerptConfiguration -> Boolsphinx Text.Search.Sphinx.ExcerptConfiguration No documentation available.