Page 1 of 1

session_set_cookie_params() function and domains

Posted: Thu Oct 27, 2005 5:35 am
by dandri
When I set a domain value in the session_set_cookie_params() function, the session cookie is not sent to the browser. When I remove it, everything works fine. I tried everything as domain values:

mydomain.com
.mydomain.com
subdomain.mydomain.com
.subdomain.mydomain.com

Posted: Thu Oct 27, 2005 5:40 am
by Jenk
Post your code!

:)