I have got asp.net 2.0 website, in which I display session timeout through confirm message box, asking user to select ok or cancel.
Problem: if user doesn’t provide any input (assuming his desktop is locked and he is out for lunch) – then how can I close this confirmation message and display another pop-up or re-driect to login page
Regards
If you are using the native browser confirmation box you cannot dismiss that, the user would need to do so. If you create your own, then you can use setTimeout to dismiss after a certain amount of time