close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
- Timestamp:
-
Nov 6, 2009, 11:02:31 AM (15 years ago)
- Author:
-
cmlenz
- Comment:
-
Add session context variable
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v9
|
v10
|
|
86 | 86 | `response`:: The `Response` object representing the current HTTP response |
87 | 87 | `serializer`:: The Genshi `Serializer` instance to use for rendering |
| 88 | `session`:: The session dictionary (see SessionState) |
88 | 89 | `template`:: The Genshi `Template` object that should be used to render the response |
89 | 90 | `timezone`:: A `tzinfo` or `pytz.timezone` instance |