WEB LOGOUT Hang on Internet Explorer

Hi,

i’ve a problem with Domino logout via web and Internet Explorer.

If you do a db.nsf?logout w or w/ redirect, using ie(6-7-8) the browser hang and after some time it ask you about a script keeping running and if you want to continue.

What to do?

Thank you!!!

Subject: I don’t see this…

  • I suspect an issue in your code. Every time I see funky JS issues it’s been in my code, even when I’d swear up and down it’s not. Try running the “debugger”, or use a real environment and run it in Firefox with Firebug installed. Even if that browser doesn’t freeze up, I find it’s orders of magnitude easier to use Firefox to debug client side than anything M$ might decide to provide. Your mileage may vary.

Hope this helps…

Subject: thanks for the reply, but…

Well,my code is :

The server replies to the browser with:

Session: close

Location : some address(see redirect)

the only browser (found) to hang on this “script” is IE (not always, randomly).

Where do i find the js code you mention ?

(the opened page isn’t the problem)

Thank you.

Subject: Perhaps I made an incorrect assumption…

  • I assumed you were using JS on your page somewhere, not necessarily on the button/link/whatever that does the logout, and this JS may be causing an issue.

  • Which IE is it that does this? All of them? My experience is IE 6 & 7 are a random mess in randomly different ways.

  • When you say “server replies to browser”, do mean that’s what you see on the page when you click the logout link? Or does that come from some other source?

  • It looks like I’m doing a redirect:

server/database.nsf?Logout&RedirectTo=server/database.nsf

Hope this helps…