指定活动会话的缺省超时。如果远程客户机无法在此时间内完成活动会话,服务器就会自动完成该活动会话。
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
|