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

Differentiate between <jsp:include page=…> and <%@include file=…>.

0 Answers  


how can i add properties in dynamic text fields using .js file?

0 Answers  


What is jstl (jsp standard tag library)?

0 Answers  


How we can configure init params in jsp?

0 Answers  


when we will use the SendRedirect method instead of forward.

1 Answers   pspl,






why JSP is bigger choice for software development as compare to ASP.

2 Answers  


What is the difference between jsp and thymeleaf?

0 Answers  


Can I declare a java class in jsp?

0 Answers  


How does a servlet communicate with a jsp page?

0 Answers  


i am using rich faces datatable rich:datatable. On entering the value, values get filtered in table. Now how can i get the value in back9ing bean..?

1 Answers  


What are context initialization parameters?

0 Answers  


Can you use javascript in jsp?

0 Answers  


Categories