Jump to content

Cookie expires in different path · Safari


ilmagodiloz

Recommended Posts

The problem is simple.

I create a cookie called usernameId in the page /home/admin/index.php.

 

setcookie("usernameId", $value, $expireTime, "/");

 

After some time, if I check $_COOKIE in the page /home/index.php, the cookie $usernameId is gone.

This happens only in Safari ~ OS X Lion.

 

Is my code to create the cookie wrong?

Thanks in advance.

All other browsers retain the cookie for the correct expiry time?

How much time difference is there between the expiry time and when Safari says its gone?

 

Since I've added the ".mydomain.com" parameter, Safari doesn't seem to forget cookies anymore.

Anyway, the expiry time in Safari was not always the same. Sometimes I just restarted the browser and the cookie was gone in /home/index.php.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.