Hello! I'm working on password recovery part of my webapp. It is done with Tomcat server and j_security_check. When i mistype the password 3 times for username, the service sends the activation link to the e-mail address of that user. I find the link in my mailbox and when i click it, in the NEW BROWSER the login page of the webapp opens.
But when i submit the (activated) username and password, i got the -------------------------------------------------------------------------- HTTP Status 408 - The time allowed for the login process has been exceeded. If you wish to continue you must either click back twice and re-click the link you requested or close and re-open your browser type: Status report message The time allowed for the login process has been exceeded. If you wish to continue you must either click back twice and re-click the link you requested or close and re-open your browser description: The client did not produce a request within the time that the server was prepared to wait ---------------------------------------------------------------------------- What's wrong here? Is it something about sessions/cookies? How should i solve this? Regards P.S. If i open another browser manually after clicking the link, and submit activated username and pass -everything is fine. -- View this message in context: http://www.nabble.com/Re-opening-the-browser-tp18907443p18907443.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]