FORMPOSTWAIT (JANUS DEFINE parameter): Difference between revisions
m (1 revision) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:FORMPOSTWAIT}} | {{DISPLAYTITLE:FORMPOSTWAIT}} | ||
<span class="pageSubtitle"><section begin="desc" />seconds<section end="desc" /></span> | <span class="pageSubtitle"><section begin="desc" />FORMPOSTWAIT seconds -- set 'wait' seconds when posting web forms.<section end="desc" /></span> | ||
FORMPOSTWAIT is a parameter on [[JANUS DEFINE]], which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]. | FORMPOSTWAIT is a parameter on [[JANUS DEFINE]], which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]. | ||
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. | 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. | 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. | ||
This parameter (and $Web_Form_Done) are only available in Version 6.0 and later of the ''[[Sirius Mods]]''. | This parameter (and [[$Web_Form_Done]]) are only available in Version 6.0 and later of the ''[[Sirius Mods]]''. | ||
Valid only for WEBSERV ports. | Valid only for WEBSERV ports. |
Revision as of 17:04, 11 March 2011
<section begin="desc" />FORMPOSTWAIT seconds -- set 'wait' seconds when posting web forms.<section end="desc" />
FORMPOSTWAIT is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port. See the List of JANUS DEFINE parameters.
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.
This parameter (and $Web_Form_Done) are only available in Version 6.0 and later of the Sirius Mods.
Valid only for WEBSERV ports.
References
See: List of Janus commands | List of JANUS DEFINE parameters.