Loosing sessions on the same server with SSL

2004-03-17 Thread stas
I've got an e-commerce app (a very old version of CF Webstore). My ISP has provided me with an SSL url to use for the final stages of the purchasing process. So during browsing, production selection the user is on: http://mystore.com/ The SSL protected pages go through:

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
peace'... - Thomas Paine, The American Crisis Let's Roll - Todd Beamer, Flight 93 -Original Message- From: stas [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 6:29 AM To: CF-Talk Subject: Loosing sessions on the same server with SSL I've got an e-commerce app (a very old

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