Forum Moderators: coopster
Working with PHP 4 and Firefox 2, I'd like to remove some cookies.
These cookies are stored within my web browser (Edit > Preferences > Privacy > Cookies):
subdomain.examplecom ... email_stored .... john%example.com
subdomain.example.com ... pass_stored .... fd9f9fdjfdfdf
But when trying to show them by using (executed in http:*//subdomain.example.com/cookies/test.php)
----
print_r($_COOKIE)
------
they're not showned!
Any similar experience?
Thank you very much.
[edited by: dreamcatcher at 11:35 am (utc) on Oct. 15, 2007]