Hi!

I started to use 0.8 today (was using CVS version for DEV and 0.7 in
production).
As I save COM objects in Session, I configure Webkit to use store my
sessions in Memory, or I get 'UnpickleableError' errors
Here is that part of my Application.config:
"""
......
       },

 'SessionStore':         'Memory',  # can be File or Dynamic or Memory
 'SessionTimeout':              60,  # minutes
 'MaxDynamicMemorySessions': 10000, # maximum sessions in memory
 'DynamicSessionTimeout':       15, # minutes, specifies when to move
sessions from memory to disk
 'SessionPrefix':             None, # can be set to "hostname" or any other
string to prefix the session ID
 'IgnoreInvalidSession':         1,
 'UseAutomaticPathSessions':     0,

......
"""

But I get this errors:

Traceback (most recent call last):
  File ".\WebKit\SessionFileStore.py", line 78, in __setitem__
    self.encoder()(item, file)
UnpickleableError: Cannot pickle <type 'PyIDispatch'> objects



How can I get Errors from SessionFileStore.py, if I should be using
SessionMemoryStore.py ??

Pedro Costa






-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to