Hi,

I am using Spring Security with wicket-auth-roles and wicket 1.3.5.  After a 
user is logged in, the normal behavior on a session timeout is when a 
subsequent non-AJAX request is made (e.g., requesting a new page using a 
regular Link), the user is 302 redirected to the LoginPage.  However, if the 
user makes an AJAX request after the session is timed out, nothing happens.  In 
the AJAX debug console, I see the following:

INFO: <ajax-response> </ajax-response>

Any guidance on how to configure Wicket so that when a request is made after a 
session is invalidated, the response is the same 302 redirect?

Thanks!

Joel Barciauskas

Reply via email to