Changes between Version 6 and Version 7 of RequestFilters

Show
Ignore:
Timestamp:
11/08/09 21:47:02 (10 months 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: