Function Session.set
Sets a typed field to the session.
void set(T)
(
string key,
T value
);
Sets a typed field to the session.
void set(T)
(
string key,
T value
);