# Functions
Get a session based on a URL.
SetCookie sets a cookie into a session, creating one if it doesn't exist.
SetGlobalVariable sets a value that will be merged into all sessions.
SetVariable sets a value to a specific variable, creating a session if it doesn't exists.
# Structs
Session stores information for one session.
SetVariableRequest is used to request a variable to be set.