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

Why is jsp used?

0 Answers  


What is jsp taglib?

0 Answers  


What's the difference between an import and include directive, and also the difference between include directive and include action?

1 Answers  


Can you call jsp from servlet?

0 Answers  


What are jsp el implicit objects and how it’s different from jsp implicit objects?

0 Answers  






What do you mean by isscriptingenabled attribute?

0 Answers  


What Do you Mean By Object Serialization in java.

2 Answers   Accenture, Cognizant,


What are the different life-cycle methods?

0 Answers  


How To maintain session ..?

3 Answers   TCS,


What is jstl core tags?

0 Answers  


How does a jsp function?

0 Answers  


What class.forname will do while loading drivers?

0 Answers  


Categories