> >When I first send the user to the SSL domain, can I encode 
> _SID_ in the
> >url and force that domain to use the session that the user 
> had already
> >started on the first domain?  It sounds simple enough but I 
> wonder what
> >I'm missing.

> That should work fine.  Session IDs can be encoded as query 
> parameters -- 
> I'm relying on it in some code I have written.

I felt stupid for posting the question since I finished the code 2
minutes later.  But then it didn't work :)  It looks like a simple fix
though:  Session.sessionEncode needs to put an "=" between "_SID_" and
self.identifier().  I haven't upgraded in a week or two, maybe this has
already been caught on CVS.

-Jeff


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

Reply via email to