Quote from the manual:--
void session_set_cookie_params (int lifetime [, string path [, string domain]])
--:
It doesn't say much more. What I want to do is set the domain to '.prescottontheweb.com' so that the cookie will be sent for all subdomains of prescottontheweb.com. (I don't have access to php.ini) However, I don't want to mess with the cookie lifetime - I want the cookies to be non-persistent as they are now.
What value of the first parameter should I send to keep the lifetime as just the life of the browser session?
Thanks,
Keegan