Tagged Questions

0
votes
2answers
388 views

Respone.Redirect causes error once in a while, but i can't reproduce it

I have a website that will log the user out after a while of inactivity. This is done by the following code: window.location = "./logout.aspx?timeout=true"; But three times in the last couple of ...