According to the API docs, the Session "package is the heart and lifeblood of WebGUI; it is the glue
that holds WebGUI together. When you create a session object, you'll
immediately have access to all sorts of other objects. By passing the
session object around in code you'll have access to the default
database connection, error handler, user and more without having to
create it each time. The lends much speed to WebGUI."
"NOTE: It is important to distinguish the difference
between a WebGUI session and a user session. A user session is just
part of a WebGUI session. A WebGUI session is all of the basic data the
WebGUI needs to operate."
Session Scratch Info
Here are some useful discussions about using the session scratch:
- http://www.webgui.org/web_design_templates_and_themes/scratch-variables
- http://www.webgui.org/etcetera/sessionstow
Keywords: