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.

Syntax

Smartsite SXML CopyCode image Copy Code
request.settimeout(integer seconds)

Parameters

Name Data Type Description
seconds Integer The timeout in seconds.

Return Value

None.

Expand image Remarks

SXML