Hi all,
I have a JSP that asks for userid and password. I want to develop an application that should be able to check how many attempts the same user has taken so that he can be redirected to some another page when he gives wrong id/ pwd three times.
If possible please provide some example code.
thanks
I have a JSP that asks for userid and password. I want to develop an application that should be able to check how many attempts the same user has taken so that he can be redirected to some another page when he gives wrong id/ pwd three times.
If possible please provide some example code.
thanks
Comment