Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1029

Show
Ignore:
Timestamp:
03/29/06 07:25:40
Author:
rdelon
Message:

Fixed small bug in session_filter

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/filters/sessionfilter.py

    r984 r1029  
    297297    def clean_up(self, sess): 
    298298        storage_path = cherrypy.config.get('session_filter.storage_path') 
     299        if storage_path is None: 
     300            return 
    299301        now = datetime.datetime.now() 
    300302        # Iterate over all files in the dir/ and exclude non session files 

Hosted by WebFaction

Log in as guest/cpguest to create tickets