I am using a Security interceptor and need to send a user back the page they were on when they timed out after re-logging in. What is the best way to do this?
Capturing the URL before the interceptor kicks in, then redirect back to that URL on success.