Have a look at this php.ini setting, I think it will help you!

; The domain for which the cookie is valid.
session.cookie_domain =


James


-----Original Message-----
From: David Buerer [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 18, 2002 1:39 PM
To: '[EMAIL PROTECTED]'
Subject: [PHP] Sessions /Cross Domain


Are sessions domain specific?
 
What I mean is this.
 
Suppose I have two websites:
    secure.web.com
    www.web.com <http://www.web.com> 
and both web sites point to the same set of data.
 
If I looking at web page http://www.web.com/index.html
<http://www.web.com/index.html>  and have a set of session variables defined
and then I call the page https://secure.web.com/index.html
<https://secure.web.com/index.html>  do I still have access to the same
session variables?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to