const ( SESSION_ID_KEY = "_ID" TS_KEY = "_TS" )
func SessionFilter(c *Controller, fc []Filter)
type Session map[string]string
A signed cookie (and thus limited to 4kb in size). Restriction: Keys may not have a colon in them.
func (s Session) Id() string
Return a UUID identifying this session.