Click to See Complete Forum and Search --> : have j_security_check forward to same URL all the time?


eben
04-18-2007, 03:14 PM
Hi,

I'm working on a web-based java application wich use j_security_check for login management. The problem is that when the session expires and that the login screen is shown for authentification, the user is always taken to the last viewed page, wich I don't want. I want the user to be forwarded to the main page of my application when he gets logged off.

Is that possible?

Thanks!