Good afternoon. I'm using a filter to check for a session bean with user login details and redirecting to a login page to enforce the user to login once more if the session has expired or if the user is not logged in.
I'd like to know which alternatives I have to redirect the user after the login to the page he intended to go in the first place. Thank you, Francisco Passos

