Struct iron_sessionstorage_0_6::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]

[src]

Get a Value from the session.

[src]

Set a Value in the session.

[src]

Clear/delete the session

Trait Implementations

Auto Trait Implementations

impl !Send for Session

impl !Sync for Session