Struct iron_sessionstorage::Session [] [src]

pub struct Session { /* fields omitted */ }

The high-level interface you use to modify session data. You obtain this object with request.session().

Methods

impl Session
[src]

Get a Value from the session.

Set a Value in the session.

Clear/delete the session