FormsService.MaxPostbacksPerSession Property
Gets or sets the value of the maximum postbacks an instance of a browser-enabled form template can make to the forms service.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Property MaxPostbacksPerSession As Integer
Get
Set
'Usage
Dim instance As FormsService
Dim value As Integer
value = instance.MaxPostbacksPerSession
instance.MaxPostbacksPerSession = value
public int MaxPostbacksPerSession { get; set; }
Property Value
Type: System.Int32
Remarks
The default number of MaxPostbacksPerSession is 20. This property corresponds to the Number of postbacks per form session state setting on the Thresholds section of the InfoPath Forms Services Configuration page of the Central Administration site.
Note
Increasing the value of this property could adversely affect server performance and increase the chance of Denial Of Service (DOS) attacks on the server.