nvidia Posted February 6, 2008 Share Posted February 6, 2008 Hi there i have a this piece of php code and i am setting the value for it. What i would like to know is, is it possible to view the value of the cookie by clicking on one of the options on IE because i have tried this with Firefox going tools>options>privacy>showcookies. How do i do this on IE anybody know?? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/89809-viewing-the-value-of-a-cookie-using-ie/ Share on other sites More sharing options...
only one Posted February 6, 2008 Share Posted February 6, 2008 Erm, this has nothing to do with PHP. Quote Link to comment https://forums.phpfreaks.com/topic/89809-viewing-the-value-of-a-cookie-using-ie/#findComment-460204 Share on other sites More sharing options...
nvidia Posted February 6, 2008 Author Share Posted February 6, 2008 The code i have is <?php setcookie('test',45,time()+(60*60*24*7)); ?> . That is beside the point. All i simply like to know is where i would go IE Options to view the value. Quote Link to comment https://forums.phpfreaks.com/topic/89809-viewing-the-value-of-a-cookie-using-ie/#findComment-460207 Share on other sites More sharing options...
Stooney Posted February 6, 2008 Share Posted February 6, 2008 This really does belong in a different forum, but as far as I know IE doesn't have any effective cookie manager. There are plugins though you can find through google. Quote Link to comment https://forums.phpfreaks.com/topic/89809-viewing-the-value-of-a-cookie-using-ie/#findComment-460210 Share on other sites More sharing options...
nvidia Posted February 6, 2008 Author Share Posted February 6, 2008 Cool thanks Quote Link to comment https://forums.phpfreaks.com/topic/89809-viewing-the-value-of-a-cookie-using-ie/#findComment-460214 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.