FORMPOSTWAIT (JANUS DEFINE parameter): Difference between revisions
Jump to navigation
Jump to search
m (moved FORMPOSTWAIT to FORMPOSTWAIT (JANUS DEFINE parameter)) |
(Automatically generated page update) |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<span class="pageSubtitle">FORMPOSTWAIT seconds — set 'wait' seconds when posting web forms</span> | |||
<span class="pageSubtitle" | |||
FORMPOSTWAIT is a parameter on [[JANUS DEFINE]], which defines and sets characteristics of a Janus port | <var>FORMPOSTWAIT</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port. | ||
Indicates the default number of seconds to wait for the POST'ing of a form while using [[$Web_Form_Done]]. This effectively sets a session timeout for persistent | Indicates the default number of seconds to wait for the POST'ing of a form while using <var>[[$Web_Form_Done]]</var>. This effectively sets a session timeout for persistent <var class="product">[[Janus Web Server]]</var> applications using <var>$Web_Form_Done</var>. | ||
The default value for FORMPOSTWAIT is 900. The value for FORMPOSTWAIT must be between 1 and 32767, inclusive, and it can be overridden by a FORMPOSTWAIT parameter in a JANUS WEB ON rule or an explicit POST wait time on a $Web_Form_Done call. | The default value for <var>FORMPOSTWAIT</var> is 900. The value for <var>FORMPOSTWAIT</var> must be between 1 and 32767, inclusive, and it can be overridden by a <var>FORMPOSTWAIT</var> parameter in a <var>[[JANUS WEB ON]]</var> rule or an explicit POST wait time on a <var>$Web_Form_Done</var> call. | ||
Valid only for <var>[[JANUS DEFINE#type|WEBSERV]]</var> ports. | |||
==See also== | |||
<ul> | |||
<li>[[List of Janus commands]] | |||
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]] | |||
</ul> | |||
[[Category:JANUS DEFINE parameters|FORMPOSTWAIT]] | [[Category:JANUS DEFINE parameters|FORMPOSTWAIT]] |
Latest revision as of 22:14, 16 April 2013
FORMPOSTWAIT seconds — set 'wait' seconds when posting web forms
FORMPOSTWAIT is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port.
Indicates the default number of seconds to wait for the POST'ing of a form while using $Web_Form_Done. This effectively sets a session timeout for persistent Janus Web Server applications using $Web_Form_Done.
The default value for FORMPOSTWAIT is 900. The value for FORMPOSTWAIT must be between 1 and 32767, inclusive, and it can be overridden by a FORMPOSTWAIT parameter in a JANUS WEB ON rule or an explicit POST wait time on a $Web_Form_Done call.
Valid only for WEBSERV ports.