Page 1 of 1
Refresh URL Cookie
Posted: Tue Oct 07, 2003 9:45 am
by theoph
I have the following cookie:
Code: Select all
<?php setcookie(laos_fset,"http://{$HTTP_HOST}{$REQUEST_URI}"); ?>
Is there a way where I can also include in this cookie a command to refresh the URL that it contains?
Posted: Tue Oct 07, 2003 9:49 am
by Nay
I'm not really sure but, the refreshing of the content in the cookie is normally checked by the browser everytime you visit that page, or if you set that cookie again from a PHP file or what so ever.
Hope that helps,
-Nay
Posted: Tue Oct 07, 2003 10:17 am
by theoph
Just tested it on other browers and found the problem of not refreshing is with Apple's Safri. Mozilla worked fine.
Wonder why Safri is not doing this? Will check Apple's forums.