How do I set password expire time period?
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 |
Give an example where you need jsp custom tag?
What is difference between jsp and javascript?
What is contextpath?
Why we use jsp instead of html?
How do I perform browser redirection from a jsp page?
when we will use the SendRedirect method instead of forward.
What are jsp and servlets?
Can we define a class in a jsp page?
What is the use of?
What is the jsp:plugin action ?
Can a jsp page process html form data?
What is include directive in jsp?