Session Timeout change for Management Center and Sales Center
- Udpate wc-server.xml for InactivityTimeout and Threshold value
ExpiryMgmtChannelId="-4"
InactivityTimeout="15"
Threshold="15"
enable="true"
/>
where
InactivityTimeout
The lease time of the session in minutes. The session remains active within this time(minutes)
Threshold
The allowable time in minutes to renew the lease. If a request comes in within this threshold time and after the lease time, the lease on the activity is renewed. In the sample configuration, for example, the threshold time is 15 minutes. Therefore, the activity remains active for 30 (15 + 15) minutes.
InactivityTimeout="15"
Threshold="15"
enable="true"
/>
where
InactivityTimeout
The lease time of the session in minutes. The session remains active within this time(minutes)
Threshold
The allowable time in minutes to renew the lease. If a request comes in within this threshold time and after the lease time, the lease on the activity is renewed. In the sample configuration, for example, the threshold time is 15 minutes. Therefore, the activity remains active for 30 (15 + 15) minutes.
- Deploy the file to the WebSphere Commerce EAR.
- Republish the WebSphere Commerce application.
No comments:
Post a Comment