Is it possible to have one session ID and access it from two domains?

 

Here's the situation: I have an online store. I use sessions to track
the shopping cart. When I go to checkout and switch to SSL, it's on
another domain (but still on the same machine). I need to access the
session data from the non-SSL domain for checkout. How can I go about
doing this? Passing the session ID through POST and GET didn't work, PHP
just ignored it. Any help is greatly appreciated!

Reply via email to