Definitions for "Session variable"
a global variable
a randomly generated alpha-numeric identifier that uniquely identifies a user
a special type of variable whose value is maintained across subsequent accesses
a temporary cookie stored in your browser memory and expires when you close your browser
In programming languages, a language object that may take different values, one at a time during a session.