vote up 1 vote down star

I've tried disabling cookies in Internet Explorer 7, I've changed the settings under Internet Options->Privacy and this did nothing, when I reloaded the page.

I read somewhere that you need to restart IE7, than physically delete the Internet cache and cookie files first, and finally reload your page to disable cookies. (I also had no luck with this, cookies are still present, as evidenced by my script still reacting as though cookies are loaded.)

Um I guess I should also note that IE asks me if I wish to enable an ActiveX component when I access the page I have created. I don't have any ActiveX components on the page, but I'll take this to mean I have Javascript on the page.

I know my script works because when I disable cookies in other browsers (FF3 and Safari) it works fine.

Is there something I'm missing here?

flag

And how is this programming-related? – Diodeus Nov 24 '08 at 17:44
I'm programming cookies, and I wrote a script to make a site do nothing if cookies are disabled. However if they are enabled, (and no cookies from the site are set) a window is displayed asking the user to join the company mailing list. (client's idea). If they've visted the site before, no window – leeand00 Nov 24 '08 at 18:19
The ActiveX warning shouldn't be triggered by JS. But it might be triggered if you have some <object> tag somewhere. – PhiLho Nov 25 '08 at 11:46
1  
@PhiLho - IE does spit up the ActiveX warning when the only outside or external thing is JavaScript. Depends on security level though. – Crises of Identity Mar 9 at 13:48

2 Answers

vote up 0 vote down

Does what's explained over here and here help?

link|flag
I tried that stuff, does it have anything to do with maybe the fact that the page I'm developing exists on the local machine? – leeand00 Nov 24 '08 at 18:21
(i.e. Not on a webserver...sadly, it's a static page) – leeand00 Nov 24 '08 at 18:23
Really have no idea, and don't want to mislead you by saying 'probably'. :) – ayaz Nov 24 '08 at 18:36
vote up 1 vote down

IE's cookie settings control panel applies to the Internet Zone only.

To disable cookies in other zones, use the IE8 developer toolbar (hit F12) and choose "Disable Cookies" from the menu.

link|flag
He'll have a hard time pulling up the IE8 developer toolbar on IE7. – Ben Blank Jul 10 at 23:01
Obviously. But debugging in IE7 is so limited compared to IE8 that an upgrade is certainly in order. – EricLaw -MSFT- Jul 11 at 14:49

Your Answer

Get an OpenID
or

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