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.

Changes between Version 6 and Version 7 of RequestFilters


Ignore:
Timestamp:
Nov 8, 2009, 9:47:02 PM (14 years ago)
Author:
cmlenz
Comment:

Add session filter

Legend:

Unmodified
Added
Removed
Modified
  • RequestFilters

    v6 v7  
    3232 `diva.http.caching_filter` (“caching”):: Adds default cache control headers to responses
    3333 `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.
    3435
    3536In addition, the following request filters are available but not enabled by default: