Use this page to configure the properties of the ActivitySession service. The ActivitySession service is a unit of work service that can be used to coordinate one-phase resources or to extend the activation and passivation of an enterprise bean.
To view this administrative console page, click
server_name .Specifies whether the application server attempts to start the ActivitySession service when the server next starts up.
Default | Cleared |
Range |
|
Specifies the default timeout for an ActivitySession. A server automatically completes an ActivitySession if a remote client has failed to complete the ActivitySession within this time period.
The initial default timeout can be configured separately for each application server, and can be overridden programmatically by the UserActivitySession interface (setSessionTimeout).
Data type | Integer |
Units | Seconds |
Default | 300 (5 minutes) |
Range | -1 through 1000000000 seconds
|