Forum Moderators: coopster
The following only returns the value of the cookie:
echo $_COOKIE['somecookie']; I wasn't able to find out from the manual if $_COOKIE is a multidimensional array from which keys other than the name can be read.
The purpose would be to be able to tell a user when a certain cookie will expire.