Use this task to configure the default ActivitySession timeout for an application server, after which any started ActivitySessions are completed automatically by the ActivitySession service.
Why and when to perform this task
The ActivitySession timeout is used to reset any ActivitySession whose remote client has failed to complete the ActivitySession in a timely fashion. The initial default timeout can be configured separately for each application server, and can be overridden programmatically by the setSessionTimeout method of the UserActivitySession interface. If an ActivitySession that contains a transaction reaches the timeout, the transaction's timeout is accelerated so that it is timed out (and rolled back) immediately before the ActivitySession is reset.
To configure the default ActivitySession timeout for an application server, use the WebSphere Administrative console to complete the following steps:
Steps for this task
Related concepts
The ActivitySession service
Related tasks
Developing a J2EE application to use an ActivitySession