Description

session is a container object for user session variables

A session id cookie is used to keep track of the users and attributes values are stored in temporary files

Examples

<h1 py:set="session.name query.user">  set a variable in the session
<b py:sub="session.name>Name</b>       recall a variable from the session