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):
Code: Select all
subdomain.example.com ... email_stored .... john%example.com
subdomain.example.com ... pass_stored .... fd9f9fdjfdfdfCode: Select all
print_r($_COOKIE)Any similar experience?
Thank you very much.