Std.App.Session.Session
type
SessionThis declaration introduces a public type.
What it does
Somebody remembered between requests.
The name is what travels; everything else stays where the program put it.
A cookie carrying the contents is a session whose contents the holder can
edit.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
