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 |
How can the applets be displayed in the jsp? Explain with an example.
Give an example of using your own tags.
Explain the <jsp:param> action?
What do you mean by isscriptingenabled attribute?
What are context initialization parameters?
What is c tag in jsp?
What is cookies in jsp?
How do you delete the session data?
How to get session in Jsp other than session object?
What are the differences between get and load methods?
How do I save a jsp file?
Which tag is used to execute java source code in jsp?