Redirect on Ajax Jquery Call
- by Mark Estrada
Hi,
I am newbie to ajax here and I know somebody would have encountered this problem already.
I have a legacy app built on Spring MVC, it has a interceptor(filter) that redirects the user to the login
page whenever there is no session.
public class SessionCheckerInterceptor extends HandlerInterceptorAdapter {
public boolean…