I think in order to work properly with 
HTTPRequest.py:         sid = self.value('_SID_', None)

Session.py: line 143 should be:
sid = '_SID_=' + self.identifier()
not
sid = '__SID__' + self.identifier()

-- 
brainbot technologies AG 
schwalbacherstr. 74   65183 wiesbaden . germany
vox +49 611 238505-0  fax ++49 611 238505-1
http://brainbot.com/  mailto:[EMAIL PROTECTED]

_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to