FORMPOSTWAIT (JANUS DEFINE parameter)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

See also