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
What is context in web application?
Can we call destroy method inside init method?
What is a jsp container?
Why does jcomponent have add() and remove() methods but the component does not?
What do you mean by isscriptingenabled attribute?
What is jsp and how it works?
When does a container initialize multiple jsp objects?
Mention some important jsp action tags.
Is jsp front end or backend?
What is page scope?
What is difference between custom jsp tags and beans?
What are the different types scripting elements in jsp?
How do I mix jsp and ssi #include?
Why is it not recommended to use script elements in jsp?
What are jsp action tags?