JSP - Count Text Box User Attempt - Session Terminate
Hi,
I have a form which has a Text box in which I require user to input some numeric value and press SUBMIT button.
I want to keep a check that if user Submits 5 incorrect values in the Text box, it should terminate that page or redirect him to some other page and he should not be allowed to enter new value for some specified time (say 15 minutes)........or can i restrict him to access that page for that stipulated time ?
How to achieve that ? Please help

