Forum Moderators: coopster
any suggestions?
thanks,
One red flag that is going up right away here is the use of $HTTP_COOKIE_VARS which has been deprecated. Hopefully you are running a recent version of PHP which means you are at the very, very least using PHP >= 4.1.0 where the $_COOKIE [php.net] superglobal was introduced.
Tried it on firefox too and didn't work. I access many sites with subscriptions and cookies are saved.
thanks for the suggestions,