Answer Posted / cvsr.sarma
I created another column in my user table expiration date. When user signs up and created the password. added 90 days to current sysdate and inserted in expiration date.
When the user tried to login in the system will check expiration date is greater than the current date.
When the user update his password will change expiration date adding 90 days to current system date.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to call java method in jsp page on button click?
What is out in jsp?
What is the difference between include and jsp directive: include action?
What is jsp standard tag library, provide some example usage?
What is taglib uri in jsp?
How are the jsp requests handled?
What are context initialization parameters?
What is application scope in jsp?
What is jsp processing?
Why is jsp used for?
Can I declare a java class in jsp?
Can we override jsp service method?
What are the 3 tags used in jsp bean development?
What are the steps involved in reading data from a form using jsp?
How to print java variable in jsp?