指定活動階段作業的預設逾時值。如果遠端用戶端無法在這個期間內完成活動階段作業,伺服器會自動完成活動階段作業。
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
- -1 indicates that ActivitySessions never timeout
- 0 indicates that the default timeout applies
- Other values are an integer number of seconds
|