Changeset 409
- Timestamp:
- 07/05/05 16:42:21
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/lib/filter/sessionfilter/sessionconfig.py
r408 r409 31 31 # these get copied to the configMap when the filter 32 32 # is initilized 33 33 34 _sessionDefaults = { 34 'sessionFilter.on' : False,35 35 'sessionFilter.sessionList' : ['default'], 36 36 'sessionFIlter.storageAdaptors' : {},

