This was a bug and has been fixed in the 0.7b3 release. (Along with many other bug fixes.)
- Geoff > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 27, 2002 7:27 AM > To: [EMAIL PROTECTED] > Subject: [Webware-discuss] sessionEncode issue > > > 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 > _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
