PrivPage::Session(T)
Inherits Struct / Value / Object
Constructors
new(io : IO = STDERR)
SourceInstance methods
add(key : String, session : T, time : Time = Time.utc) : T
Store a new session. It is advised to have a secure random session key.
size
Sourcestart_gc(interval : Time::Span, max_period : Time::Span)
Starts the Session Garbage Collector in the background.