I have an ASP application. When the IIS session expires, I want to give the user the option to log back in (I'm using basic authentication) without having to close the browser and open a new window. When I execute the following code, it creates a new session within the current window, but the user does not have to re-authenticate by entering user id and password. How can I trigger the log on prompt?
window.open("/default.htm","_top")
window.open("/default.htm","_top")