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 do I use sendredirect?

0 Answers  


What is cookie with example?

0 Answers  


Give the use of session object.

0 Answers  


Why do we use jstl tags?

0 Answers  


Explain pge Directives.

0 Answers  






How do I mix jsp and ssi #include? What is the difference between include directive & jsp:include action?

0 Answers  


Differentiate between response.sendredirect(url) and <jsp:forward page = …> ?

0 Answers  


What do you mean by jstl?

0 Answers  


How can automatic creation of session be prevented in a jsp page?

0 Answers  


Can u Override any of the lifecycle methods of JSP?

1 Answers  


Explain the jsp life cycle?

0 Answers  


How many types of jsp tags are there?

0 Answers  


Categories