In my application, I'm loading some table using AJAX. But when user's session times out it gives me login page as response that gets loaded in table area.
I would like to redirect to login page may be in javascript when session timeout occurs during AJAX call.