Firefox çerezleri silme yok

0 Cevap php

The time the cookie expires. This is a Unix timestamp so is in number of seconds since the epoch. In other words, you'll most likely set this with the time() function plus the number of seconds before you want it to expire. Or you might use mktime(). time()+60*60*24*30 will set the cookie to expire in 30 days. If set to 0, or omitted, the cookie will expire at the end of the session (when the browser closes).

Taken from:- http://www.php.net/manual/en/function.setcookie.php

FireFox Çıkışta belirsiz bir zaman aşımı süresi ile çerezleri silme değil neden açıklayabilir misiniz?

I Chrome, Opera and IE hepsi çıkışında bu çerezleri silebilirsiniz test ettik.

Bu bir Firefox hata mı?

0 Cevap