i use Google Chrome as my default internet browser, im testing a code i made en html who use cookies to store a var, it works fine in chrome and firefox but seems not to save any cookies in IE8 and the IE8 seems to have active the cookies. What can be?

link|improve this question

Can you show us how you're trying to create the cookie? And does it indeed work if you make IE the default browser? – Arjan Jun 6 '10 at 14:37
feedback

1 Answer

up vote 0 down vote accepted

Maybe it's not about what browser is the default? Internet Explorer requires a domain extension to save cookies, and if you're using localhost, it won't save them. Try to make some test domain name like mytestdomain.local and set apache up so that it will respond to it.

Then make a hosts file entry that will point mytestdomain.local to 127.0.0.1 and it should work.

link|improve this answer
no, it doesnt make any diferent – Domingo Jun 7 '10 at 16:08
Then please show how you are trying to use cookies, attach some code to the question. – Igor Zinov'yev Jun 8 '10 at 6:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.