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.
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.
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?