In my application, I load a table using AJAX. But when the user session is played out, it gives me the login page as an answer, which is loaded into the table area.
I want to redirect to the login page, maybe in javascript, when the session timeout occurs during an AJAX call.
javascript ajax session
Chinmayee g
source share