We have a web application that shows an "Unlock user" link in the login page whenever users gets locked from entering consecutive wrong passwords. When user clicks that link, here is what happens
Step1: User email is asked
Step 2: if valid user email, system shows next screen
Step 3: Next screen is where other user security questions is asked (e.g. when is your birthday? what is the name of your pet? etc)
Step 4: If this is valid, system displays a next screen where account number is asked.
Step 5: User enters account no.
Step 6: System receives acct number then connects to a third party system to verify if it is valid
What if the third party system for account is down? and user gets stuck in Step 6. Would this invalidate the session? because the flag that says user email and privacy questions are answered correctly are stored in session.
I mean if user keeps on repeating step 6 for an hour, would the session still stay? when would it be invalidated?
Mods: i just realized that maybe this topic is more fit to be in the
servlet forum. apologies. let me know if this will be transferred