Sun Java System Communications Express 6 2005Q4 Administration Guide

ProcedureTo customize the session time-out for Communications Express

Steps
  1. Edit the web.xml file found in deployed-dir/ WEB-INF directory.

    This xml file contains the xml tag session-config, which has the attribute session-timeout .

    This attribute defines the session time-out in seconds.

  2. Change the value of the session-timeout attribute to the desired value.

    For example, the following defines session-time-out for 10 minutes:


    <session-config\>
        <session-timeout\>600</session-timeout\>
     </session-config\>