guarriman Posted October 15, 2007 Share Posted October 15, 2007 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): subdomain.example.com ... 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. Quote Link to comment https://forums.phpfreaks.com/topic/73299-cookies-are-stored-in-my-web-browser-but-not-shown-by-php/ Share on other sites More sharing options...
prime Posted October 15, 2007 Share Posted October 15, 2007 what code are you using to set the cookies with? Quote Link to comment https://forums.phpfreaks.com/topic/73299-cookies-are-stored-in-my-web-browser-but-not-shown-by-php/#findComment-370143 Share on other sites More sharing options...
chanchelkumar Posted October 16, 2007 Share Posted October 16, 2007 Use clear Private Data.... Quote Link to comment https://forums.phpfreaks.com/topic/73299-cookies-are-stored-in-my-web-browser-but-not-shown-by-php/#findComment-370482 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.