The Little Guy Posted August 28, 2008 Share Posted August 28, 2008 How can I pass session values between domains, and sub-domains? Link to comment https://forums.phpfreaks.com/topic/121644-solved-session-domain-and-sub-domain/ Share on other sites More sharing options...
The Little Guy Posted August 28, 2008 Author Share Posted August 28, 2008 Got it! format it like this: first line place a dot before your domain: session_set_cookie_params(7200,"/",".site.com",FALSE); session_start(); Link to comment https://forums.phpfreaks.com/topic/121644-solved-session-domain-and-sub-domain/#findComment-627560 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.