Cookies are stored in my web browser but not shown by PHP
Posted: Mon Oct 15, 2007 6:51 am
Hi.
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):
But when trying to show them by using (executed in http:*//subdomain.example.com/cookies/test.php)
they're not showned!
Any similar experience?
Thank you very much.
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.