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 a session in web?
What is session management in jsp?
Give the use of exception object.
What happens when a page is statically included in another jsp page?
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page?
How does a servlet communicate with a jsp page?
How we can disable session in jsp?
Give the syntax for jsp comments.
What are the ways to insert java code into jsp page?
Mention some important jsp action tags.
Is there a way to reference the "this" variable within a jsp page?
What are the jsp standard actions?