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

What are the types of jstl tags?

1 Answers  


Why are the request.getrequestdispatcher() and context.getrequestdispatcher() used?

1 Answers  


What do you know about writing custom jsp tags?

1 Answers  


Hi, I've applied for HPCL(Information System Officer)& UIIC (A).Plz send me previous/sample papers and any suggestions regarding this exam.Please advice me good study material or related links. Thanks in advance shyam shyamprasad71@gmail.com

1 Answers  


i have one jsp page. inside this, String s=req.getParameter("raja");...... now we want to remove duplicate characters and o/p will be like "rj".... what is the logic?

1 Answers  


Can we use javascript with jsp pages?

1 Answers  


What are the differences between get and load methods?

1 Answers  


What are jsp implicit objects?

1 Answers  


What is jsp tag?

1 Answers  


Why jsp is used instead of html?

1 Answers  


What is jsp expression?

1 Answers  


What are the implicit el objects in jsp?

1 Answers  


Categories