How do I set password expire time period?

Answers were Sorted based on User's Feedback



How do I set password expire time period?..

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

How do I set password expire time period?..

Answer / vikas

yes, u r right.
that is for session expiry.

Is This Answer Correct ?    9 Yes 0 No

How do I set password expire time period?..

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

How do I set password expire time period?..

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

Post New Answer

More JSP Interview Questions

How does jsp engines instantiate tag handler classes instances?

0 Answers  


What is dynamic web project?

0 Answers  


How does response sendredirect work?

0 Answers  


What is the <jsp:usebean> standard action?

0 Answers  


Is jsp better than servlet?

0 Answers  






How we can configure init params in jsp?

0 Answers  


how to u se in jsp

0 Answers   Google,


Which jsp implicit objects are thread safe?

0 Answers  


What are action tags?

0 Answers  


Is it possible to share an httpsession between a jsp and ejb? What happens when I change a value in the httpsession from inside an ejb?

0 Answers  


Which jsp method cannot be overridden?

0 Answers  


What is jstl (jsp standard tag library)?

0 Answers  


Categories