Cookie problems - won't set with an expiry argument
Posted: Sat Jan 24, 2004 3:58 am
I have a problem with cookies, such that the cookie won't set if the expiry argument is included, either in the date() form or mktime().
If I simply put
setcookie("name", "value");
then it's set fine, but that's no good for me
Can anyone suggest why this is so?
Thanks,
Ed Ludlow
If I simply put
setcookie("name", "value");
then it's set fine, but that's no good for me
Can anyone suggest why this is so?
Thanks,
Ed Ludlow