• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Re-opening the browser

 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic