How do I set password expire time period?



How do I set password expire time period?..

Answer / 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

More JSP Interview Questions

How to set a cookie in JSP?

2 Answers  


How do we prevent browser from caching output of my jsp pages?

0 Answers  


Explain how you understand the action tag and jsp action elements.

0 Answers  


Is jsp platform dependent?

0 Answers  


What is taglibs?

0 Answers  






How can the output of JSP or servlet page be prevented from being cached by the browser?

0 Answers  


What is jstl used for?

0 Answers  


which is the place to learn java in chennai..

3 Answers  


Is there a way I can set the inactivity lease period on a per-session basis?

0 Answers  


What do you know about jsp tags?

0 Answers  


Explain implicit objects in jsp?

0 Answers  


What is difference between java and jsp?

0 Answers  


Categories