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

Give the use of exception object.

0 Answers  


Which tag is used for error handling in jsp pages?

0 Answers  


When i am useing useBean tag of JSP in weblogic server It show compiletion error..Like bad class file: C:\bea\user_projects\domains\Mahesh\applications\UseBean\WEB-INF\classes\user\UserData.class class file has wrong version 49.0, should be 48.0 Please remove or make sure it appears in the correct subdirectory of the classpath. user.UserData user1 = null; //[ /SaveName.jsp; Line: 4]

0 Answers  


How can i connect from jsp to servlet page

7 Answers   Spring Board, TCS,


Explain the difference between forward and sendredirect?

0 Answers  






Give an example of using your own tags.

0 Answers  


what will happen if we disable cookies in the web page?

7 Answers  


Which tag should be used to pass information from jsp to include jsp?

0 Answers  


Give an example where you need jsp custom tag?

0 Answers  


How to make a “new line in html” in jsp?

0 Answers  


What is the difference between include and jsp directive: include action?

0 Answers  


List out some advantages of using jsp.

0 Answers  


Categories