hello there
I was wondering whether it is possible to set a cookie indefinitely?
I looked at the setcookie() API and the expiration parameter is a Unix timestamp.
Is there a way to send a cookie to the browser which will stay there forever (unless the user deletes it) ?
thanks in advance