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 |
What is jsp-config in deployment descriptor?
What is the scope of response object?
What is scriptlet in jsp?
What is jsp exception?
How many messaging models do jms provide for and what are they?
How do I save a jsp file?
What is <jsp:usebean> in jsp?
how the jsp file is compiled?
4 Answers College School Exams Tests, Persistent,
What is custom tag library?
What is jsp life cycle?
Mention some important jsp action tags.
What is called jsp directive?