Hi!
I am in the following situation: I have to display a question every 30 seconds (a question is available for 30 secs, after another question is displayed). I send a refresh header every time the page is reloaded for automatic reload after 30 secs.
Now, if the the user reloads the page explicitly, let's say after 7 seconds a question is displayed, i send the refresh header with 23 seconds to refresh, so the user can view the new question right after it's changed in database.
The problem is, that IE forget's to refresh after those 23 seconds. It works just fine in Firefox. If there is no forced refresh, then it's working ok, refreshes after 30 seconds.
I have to mention that i'm wroking on localhost. Could that be a server issue?
10x.