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 the use of jstl?
how to print a string with out using out.println?
3 Answers Elementus Technologies,
What is jsp syntax?
What are the steps involved in reading data from a form using jsp?
Can I run jsp on xampp?
What is the <jsp:param> standard action?
What are custom tags?
Can any one explain about the project Approximate shortest distance computing:A query dependent local landmark scheme
What is jsp and servlets?
Explain some jsp life-cycle methods that can be overridden.
What are jsp lifecycle methods?
What do you mean by custom tag in jsp?