Re: [Webware-devel] WebKit error

2002-05-15 Thread gtalvola
I think that your code must be accidentally storing a module object in your session. You'll have to take a close look at all of your session-manipulating code to figure out where the problem is. Also, adding some debugging print statements into SessionFileStore couldn't hurt -- the tracebac

[Webware-devel] WebKit error

2002-05-14 Thread Russell A. Blank
Does anyone have any idea why the SessionFileStore would try to pickle a module? I was under the assumption that the storing of the session only saved information stored in self.session() class? I am sure I am doing something incorrectly, but I need a bit of guidance. Any assistance would be ap