Global variables

When a PSP page is executed two objects are created automatically and two are only created when necessary.

The two object that are always created are an instance of a Request object and an instance of a PSPInstance object, available through the req and psp global names.

The two objects created when necessary are instances of FieldStorage and Session, avalilable through the form and session global names.