Hello, I'm trying to figure out how to solve a very stupid problem.
I have a solution, but I want to know if there is some other better ways.
I have a webapp configured with jaas security.
The login form page is configured and the security check works perfectly.
But, if a user starts the browser and goes to the login page, then leaves the 
browser there
for some reason, when he/she gets back later and try to login, it's like the 
login form has expired,
and TomCat fails with the "Invalid direct reference to form login page".
The only way I've seen so far to avoid this, is to have a javascript function 
to reload the login form
every n seconds if the user does not enter.
It's as if TomCat creates a session for the login form, and this session 
expires.
How can I avoid this?
Gabriele.
-= Mail sent through WebTop2 =-
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to