>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 particular issue (CFWebstore already does that). The issue is that if you use a shared SSL, IE6 blocks the cookies as 3rd party (although this only seems to be an issue on CFMX). The easiest solution is just to install your own secure certificate, you can also try to implement a P3P policy on the site, the other option which I have used is to append the CFID and CFTOKEN throughout the checkout area, by checking if the user is on SSL and is using IE6.  

You just gotta love those MS "features".

----------------------------
Mary Jo Sminkey
[EMAIL PROTECTED]
http://www.cfwebstore.com
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to