tags:

views:

34

answers:

1

Hi, I have a system that login expires after 1 hour logged in, if I use jquery ajax function .load() it replaces the content with the login page. How can I detect this redirect and reload the entire page with the login content?

+1  A: 

This seem to be a question much like this one. Hope that will solve your problem.

MyGGaN