FormsService.MaxSizeOfUserFormState Property
Gets or sets the value of the maximum size of user session data that an instance of a browser-enabled form template can use.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Property MaxSizeOfUserFormState As Integer
Get
Set
'Usage
Dim instance As FormsService
Dim value As Integer
value = instance.MaxSizeOfUserFormState
instance.MaxSizeOfUserFormState = value
public int MaxSizeOfUserFormState { get; set; }
Property Value
Type: System.Int32
The maximum size of user session data that an instance of a browser-enabled form template can use.
Remarks
The default size of the MaxSizeOfUserFormState property is 4096 kilobytes (4 MB). This property corresponds to the Maximum size of user session data setting on the User Sessions section of the Configure InfoPath Forms Services 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.