How do I set password expire time period?
Answers were Sorted based on User's Feedback
Answer / amita
but the above ans is not suitable for any field like
password.
that is for browser session out.
M i correct?
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / haneef
Yes, u r right
i agree with you,But
see when the session is expired, then the user must entered
his user name and password again...so this way also we can
expired the password...
But it is not the exact answer...this is one way
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vikas
In web.xml file, mention session attribute after
servlet-mapping. like this:
<session-config>
<session-timeout>10</session-timeout> //10 mins
</session-config>
| Is This Answer Correct ? | 6 Yes | 7 No |
How do I set password expire time period?
What are the implicit objects?
What is jsp processing?
Explain lifecycle methods.
How to implement a thread-safe jsp page?
What is jsp expression language and what are it’s benefits?
How can we disable el?
What does .com stand for?
What are the components of jsp?
What is jstl jar?
How can I prevent direct access to a jsp page from a browser?
How we can use javascript with jsp pages?