Results for “Std.App.Session.bounds”
8 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.App.Session.Bounds
How long a session may live, and how long it may sit unused.
- Std.App.Session.bounds
Std.App.Session.BoundsThe bounds a session has when nobody chose.
- Std.App.Session.boundedBy
Int -> Int -> Std.App.Session.BoundsBounds a program chose.
- Std.App.Session.cookieFor
&Std.App.Session.Session -> &Std.App.Session.Bounds -> Std.Http.SetCookieThe cookie a session travels in.
- Std.App.Session.expiry
&Std.App.Session.Session -> &Std.App.Session.Bounds -> Int -> Std.App.Session.ExpiryWhether a session is still good, and if not, which bound it passed.
- Std.App.Session.find
&Std.App.Session.Sessions -> Str -> &Std.App.Session.Bounds -> Int -> Option[Std.App.Session.Session]The session a name refers to, if it is one that is held and still good.
- Std.App.Session.live
&Std.App.Session.Session -> &Std.App.Session.Bounds -> Int -> BoolWhether a session may still be used.
- Std.App.Session.withoutExpired
&Std.App.Session.Sessions -> &Std.App.Session.Bounds -> Int -> Std.App.Session.SessionsThe sessions with every expired one forgotten.
