Re: Lost $_SESSION in Google Chrome [message #178623 is a reply to message #178589] |
Fri, 13 July 2012 09:27 |
J.O. Aho
Messages: 194 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 10/07/12 11:02, falk(dot)fiedler(at)googlemail(dot)com wrote:
> my local Google Chrome loses session on every page request. I tested with:
>
> the session_id() is new on every page request and the $_SESSION['temp' is always 99.
>
> But only on my local webserver. The script works on a webspace. What's wrong with the local config of Chrome?
Check your cookie permissions for your local site in chrome, most likely
you have a deny cookies in your Chrome.
If it had been a code issue, then you had the same result, no matter
which browser you tried.
--
//Aho
|
|
|