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 |
we want to provide the errors to the right side of the text field so what we want to add in jsp pages?
Which jsp implicit objects are thread safe?
Q : In session created by server with client(browser) How can server find that request coming is belong to new session OR belong to session that is timeout.
How can information from one JSP be passed to another JSP?
How to find out the name of the http method using jsp el?
How can we handle the exceptions in jsp?
When does a container initialize multiple jsp / servlet objects?
Explain some jsp life-cycle methods that can be overridden.
What are request and response objects?
why JSP is bigger choice for software development as compare to ASP.
What are context initialization parameters?
Why do we use expression language in jsp?