javascript – How to manage a redirect request after a jQuery Ajax call
Questions: I’m using $.post() to call a servlet using Ajax and then using the resulting HTML fragment to replace a div element in the user’s current page. However, if the session times out...