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 |
Explain static method?
What are JSP ACTIONS?
How do I perform browser redirection from a jsp page?
Can we use javascript in jsp?
How can I handle jsp page errors?
What is response sendredirect?
how can i update the marque in jsp without changing the sourse code
Why does jcomponent have add() and remove() methods but the component does not?
how can we retrieve the values in jsp by using custom tags
What is the difference between jsp and php?
What is out println in jsp?
How is jsp better than servlet technology?