RE: [PHP] One Session ID, Multiple Domains

2002-10-04 Thread John W. Holmes
> 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?

[PHP] One Session ID, Multiple Domains

2002-10-04 Thread SpamSucks86
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