I'm using 0.8.1 on Win XP with Apache.  With the
Webkit application.config options set as:

        'SessionStore':         'Dynamic'
        'SessionTimeout':              60
        'MaxDynamicMemorySessions': 10000
        'DynamicSessionTimeout':        1
        'SessionPrefix':             None
        'IgnoreInvalidSession':         1
        'UseAutomaticPathSessions':     1
        'ExtraPathInfo'       :         0

I get an unhandled exception when Webkit attempts
to read an expired session from disk.  If the
Application.py method isSessionIdProblematic()
had it's entire contents wrapped in

try:
     [existing code]
except:
     return 1

then Webkit would work just fine in this case.

     James Phillips
     http://zunzun.com



-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to