Hi,
I'm having some problems using sessionEncode and being able to access the
session on the other end of the redirect.
Looking at the sessionEncode method in Session.py (webware .6.1b1) line
154 looks like this:
sid = '_SID_' + self.identifier()
and I'm wondering if it should look like this:
sid = '_SID_=' + self.identifier()
--
---
Dennis Sacks
[EMAIL PROTECTED]
"Things are falling down on me, heavy things I could not see"
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss