Package web2py :: Package gluon :: Module globals
[hide private]
[frames] | no frames]

Module globals

source code


This file is part of web2py Web Framework (Copyrighted, 2007-2010).
Developed by Massimo Di Pierro <mdipierro@cs.depaul.edu>.
License: GPL v2

Contains the classes for the global used variables:

- Request
- Response
- Session

Classes [hide private]
  Request
defines the request object and the default values of its members
  Response
defines the response object and the default values of its members response.write( ) can be used to write in the output html
  Session
defines the session object and the default values of its members (None)
Variables [hide private]
  regex_session_id = re.compile(r'^[\w-]+$')