Re: Loosing sessions on the same server with SSL

2004-03-17 Thread Mary Jo Sminkey
It's a shared SSL account. What I am noticing is that the session variable that holds the basket gets erased after the users hits the SSLd pages. I'd appreciate some insight... Thanks! Hi Stas, I'm guessing that you are using IE6 on CFMX? The latest versions of IE6 have a bug (or feature if you

RE: Loosing sessions on the same server with SSL

2004-03-17 Thread Bryan Love
Cookies.Cookies keep track of the CFID and CFTOKEN which is how the server knows which session vars belong to who.Try adding CFID and CFTOKEN to the URL when the transition is made from non-ssl to ssl. If that's not it then I've got some other ideas, but try that first.

Re: Loosing sessions on the same server with SSL

2004-03-17 Thread Mary Jo Sminkey
Cookies.Cookies keep track of the CFID and CFTOKEN which is how the server knows which session vars belong to who.Try adding CFID and CFTOKEN to the URL when the transition is made from non-ssl to ssl. Unfortunately, just passing the CFID and CFTOKEN when you transition does not address this