Task #754

MPI MSS: Fix Session Timeout display issue

Added by Tan Lee Yong over 13 years ago. Updated over 13 years ago.

Status:Work Completed-End life cycleStart date:February 08, 2011
Priority:HighDue date:February 09, 2011
Assignee:Nor Shuhaida Subri% Done:

100%

Category:-Spent time:-
Target version:-

Description

The session timeout value is control by the value in the web.xml file but the error message value is hard coded. Please change it to the get value from the web.xml file. And also turn on the 30 second pop up for the idle, like the internet banking.

History

#1 Updated by Nor Shuhaida Subri over 13 years ago

  • Status changed from New - Begin Life Cycle to Development / Work In Progress
  • % Done changed from 0 to 80

1. Create new jsp ibsTimer.jsp inside jsp/common/
2. Create new jsp ibsWebAppContext.jsp inside /jsp/common/
3. Add "serverPath" inside <context-param></context-param> in web.xml :-
<context-param>
<param-name>serverPath</param-name>
<param-value>http://localhost:8080/MSS&lt;/param-value>
</context-param>
4. Include the ibsTimer.jsp inside the /template/headerLogout.jsp

#2 Updated by Nor Shuhaida Subri over 13 years ago

  • Status changed from Development / Work In Progress to Pending Customer Feedback
  • % Done changed from 80 to 100

done and ready to test for SIT1 and SIT2

#3 Updated by Nor Shuhaida Subri over 13 years ago

  • Status changed from Pending Customer Feedback to Work Completed-End life cycle

Also available in: Atom PDF