简体   繁体   中英

Expiration time in php cookie doesn't work

I have a declaration like this:

setcookie("cookieName", "cookieValue", time() + (3600 * 24 * 2));

When I take a look on Google Chrome the Expiration time its 30 minutes ago! And in Firefox its now + 30 minutes...

I can't understand this weird behaviour.

Someone can help me please?

Thanks a lot

Sorry, its my fault.

I haven't see that setcookie is called after headers have been sent.

Thanks!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM