Results for “Std.App.Session.Session”
19 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.App.Session.Session
Somebody remembered between requests.
- Std.App.Session.anonymous
Int -> Result[Std.App.Session.Session, Std.App.Session.SessionError]A session belonging to nobody in particular.
- Std.App.Session.cookieFor
&Std.App.Session.Session -> &Std.App.Session.Bounds -> Std.Http.SetCookieThe cookie a session travels in.
- Std.App.Session.count
&Std.App.Session.Sessions -> IntHow many sessions are held.
- 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.explain
&Std.App.Session.SessionError -> StrWhat a refusal says.
- 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.forgetting
&Std.App.Session.Sessions -> Str -> Std.App.Session.SessionsThe sessions with one forgotten.
- Std.App.Session.identified
&Std.App.Session.Session -> BoolWhether a session belongs to somebody.
- Std.App.Session.identityOf
&Std.App.Session.Session -> Option[Str]Who it belongs to, or nobody.
- Std.App.Session.keeping
&Std.App.Session.Sessions -> &Std.App.Session.Session -> Std.App.Session.SessionsThe sessions with one more kept.
- Std.App.Session.live
&Std.App.Session.Session -> &Std.App.Session.Bounds -> Int -> BoolWhether a session may still be used.
- Std.App.Session.nameOf
&Std.App.Session.Session -> StrWhat the session is called.
- Std.App.Session.none
Std.App.Session.SessionsNo sessions at all.
- Std.App.Session.signedIn
&Std.App.Session.Session -> Str -> Int -> Result[Std.App.Session.Session, Std.App.Session.SessionError]The session somebody has after signing in.
- Std.App.Session.signedOut
&Std.App.Session.Session -> Int -> Result[Std.App.Session.Session, Std.App.Session.SessionError]The session somebody has after signing out.
- Std.App.Session.started
Str -> Int -> Result[Std.App.Session.Session, Std.App.Session.SessionError]A session for somebody who has just proved who they are, with nothing
- Std.App.Session.touched
&Std.App.Session.Session -> Int -> Std.App.Session.SessionThe same session, seen now.
- Std.App.Session.withoutExpired
&Std.App.Session.Sessions -> &Std.App.Session.Bounds -> Int -> Std.App.Session.SessionsThe sessions with every expired one forgotten.
