Image

Imagecyclotron wrote in Imagephp

Cookies

Hi,
I dont really know cookies very much (In Javascript, reading a cookie was mind boggling so I never really learned them).

I was looking at setcookie() and cookies at PHP.net for a means to read the expiration time of the cookie. I am using cookies to keep people from spamming my site but would like to tell them when they can come back.

$HTTP_COOKIE_VARS and $_COOKIE doesnt seem to list the expiration time of the cookie. How can I access the expiration time of the cookie?