twobyfour
07-10-2010, 07:46 PM
i am using
setcookie("PHPSESSID", session_id(), 0, "/", ".domain.com");
to pass the session to my subdomain. In order for it to pass, i have to set internet explorer 8 privacy settings to LOW. How can i pass the session by setting the privacy to medium.
Oh, this might be in the wrong forum. Sorry if it is.
setcookie("PHPSESSID", session_id(), 0, "/", ".domain.com");
to pass the session to my subdomain. In order for it to pass, i have to set internet explorer 8 privacy settings to LOW. How can i pass the session by setting the privacy to medium.
Oh, this might be in the wrong forum. Sorry if it is.