I seem to be having the same type of problem... Can someone help me with this
issue?

basically - I just started using SSL secure pages on my site (shared ssl from
the host) - all my code was fine before - but now - when I jump from regular
pages to ssl secure pages - it seems that I'm losing at least some of my
session variables and maybe cf cookies too...

- any idea what's going on here and how to fix it?


- my nonsecure is...
[url]http://mydomain.com/go/test.cfm[/url]

secure is...
[url]https://www111.ssldomain.com/mydomain/go/test.cfm[/url]

are the session vars getting lost because there are 2 different urls?

---

-- for some reason the biggest problem I'm having is with session variables.
When I go from the nonsecure to the secure pages - all the session vars get
lost! Is this the fault of the 2 links above? The host says that the SSL is
simply pulling pages from my real sight on this shared SSL deal ...

- If i get a NON SHARED real SSL setup like:

[url]http://mydomain.com/go/test.cfm[/url]
and
[url]https://mydomain.com/go/test.cfm[/url] ...

Q: then will all the session vars and cookies work right?