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 are custom tags in jsp created?
What is the jspdestroy() method?
How can we forward the request from jsp page to the servlet?
Can you call jsp from servlet?
How can I declare methods within my jsp page?
What are the jsp elements?
How jsp is executed?
How does jsp engines instantiate tag handler classes instances?
What happens when a page is statically included in another jsp page?
How can automatic creation of session be prevented in a jsp page?
How can I use jsp in the mvc model?
what are the tools used in your project , How to ask the answer this question
What do you mean by isscriptingenabled attribute?
What program opens a jsp file?
How can I maintain session in JSP Page in the bases of user name and password: