Hi,
We need to redirect the user to a session timed out page whenever the ASP.Net session times out. We fetch most of our content through AJAX calls and the user never navigates away from the default page.
Is there any way to detect a session timeout on client side (in Javascript) without making any changes to the server-side code. Can we check the HTTP Status code?
Kind regards,