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 8, 2009, 9:47:02 PM (15 years ago)
- Author:
-
cmlenz
- Comment:
-
Add session filter
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v6
|
v7
|
|
32 | 32 | `diva.http.caching_filter` (“caching”):: Adds default cache control headers to responses |
33 | 33 | `diva.forms.form_filter` (“form-processing”):: Automatically populates HTML forms from previously entered data, and provides optional CSRF protection |
| 34 | `diva.session.session_filter` (“session”):: Makes a session dictionary available to the application, and loads/stores the session data from/to a cookie. |
34 | 35 | |
35 | 36 | In addition, the following request filters are available but not enabled by default: |