Skip to main content

SessionNullSession

Type Alias SessionNullSession 

Source
pub type SessionNullSession = Session<SessionNullPool>;
Expand description

Null’s Session Helper type for a DatabaseLess Session.

Aliased Type§

pub struct SessionNullSession {
    pub(crate) store: SessionStore<SessionNullPool>,
    pub(crate) id: String,
}

Fields§

§store: SessionStore<SessionNullPool>

The SessionStore that holds all the Sessions.

§id: String

The Sessions current ID for looking up its store.