PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Sets the current ASP.NET Request timeout.
This overrules the executionTimeout setting of the web.config for the current request.
Also sets the default execution timeout for macros on the current page.
This overrules the executionTimeout setting of the web.config for the current request.
Also sets the default execution timeout for macros on the current page.
Syntax
Smartsite SXML | Copy Code |
---|---|
request.settimeout(integer seconds) |
Parameters
Name | Data Type | Description |
---|---|---|
seconds | Integer | The timeout in seconds. |
Return Value
None.