I am using container-managed digest authentication in my web application on Tomcat 5.
I want that the user should be re-authenticated after a certain time interval. Something similar to user authentication on session timeouts. Is this possible with container managed authentication?