Cookie Expiration times

Satz

New Member
Is is possible to find out when a cookie expires, I have set my cookie up doing this\[code\]$_COOKIE[] = setcookie("bangUser", $unique, time() + (60*60*24*30));\[/code\]is possible to print out is expiration date on screen somehow?
 
Back
Top