SP.BWsaConfig.maxSessionMs Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Remarks
Applies To
Gets or sets the maximum time, in milliseconds, that the session can remain open after the last datapoint is successfully transferred.
var value = SP.BWsaConfig.get_maxSessionMs();
SP.BWsaConfig.set_maxSessionMs(value);
Property Value
Type: Int32
The maximum time that the session can remain open after the last datapoint is successfully transferred.
Remarks
The default value of this property is 1800000, which represents 30 minutes.