Sessions, subdomains, not working
Posted: Sun Nov 09, 2003 11:21 pm
Hi I am running into a issue with my sessions to span multiple subdomains.
I am using this code.
їphp]
ini_set("session.cookie_domain",".activepress.com");
session_start();
ї/php]
The sessions works fine they span the subdomains and work good, on IE (Mac and PC) and Opera, But not on Mozilla (PC, MAC, LINUX) or Safari.
Not sure why this is happening, i didn't think at that level the browser actually matters. Any help would be great. I have tried also.
їphp]
ini_set("session.cookie_domain","activepress.com"); //WITHOUT PERIOD
session_start();
ї/php]
It doesn't seem to matter, any help would be great. Thanks.
?>
I am using this code.
їphp]
ini_set("session.cookie_domain",".activepress.com");
session_start();
ї/php]
The sessions works fine they span the subdomains and work good, on IE (Mac and PC) and Opera, But not on Mozilla (PC, MAC, LINUX) or Safari.
Not sure why this is happening, i didn't think at that level the browser actually matters. Any help would be great. I have tried also.
їphp]
ini_set("session.cookie_domain","activepress.com"); //WITHOUT PERIOD
session_start();
ї/php]
It doesn't seem to matter, any help would be great. Thanks.
?>