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: StringThe Sessions current ID for looking up its store.