Session variables are used to store information on a per-user basis. The system posts all session variables to the engine as parameters by name. (So if a session variable "zip_code" is defined, then the system posts it to the engine as the parameter "zip_code.")