MSIR.0656 GET received while waiting for POST - session terminated: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
Line 1: Line 1:
A $Web_form_done was waiting for the POST of a form but, instead, received a GET possibly caused by a browser reload requested by the end-user, or the end-user navigating away from the form and back. This error will only occur if the NOGET parameter was specified on the $Web_form_done.  
A $Web_form_done was waiting for the POST of a form but, instead, received a GET — possibly caused by a browser reload requested by the end-user, or the end-user navigating away from the form and back. This error will only occur if the NOGET parameter was specified on the $Web_form_done.  


  Since this can happen in the normal course of processing, it might be worth revisiting the reasons for specifying NOGET on $Web_form_done. If there is no good reason for the NOGET, remove it. For more information about $Web_form_done and NOGET, see the ''Janus Web Server Reference Manual''
  Since this can happen in the normal course of processing, it might be worth revisiting the reasons for specifying NOGET on $Web_form_done. If there is no good reason for the NOGET, remove it. For more information about $Web_form_done and NOGET, see the ''Janus Web Server Reference Manual''


[[Category:Sirius Mods Messages]]
[[Category:Sirius Mods messages]]

Revision as of 17:58, 19 April 2013

A $Web_form_done was waiting for the POST of a form but, instead, received a GET — possibly caused by a browser reload requested by the end-user, or the end-user navigating away from the form and back. This error will only occur if the NOGET parameter was specified on the $Web_form_done.

Since this can happen in the normal course of processing, it might be worth revisiting the reasons for specifying NOGET on $Web_form_done. If there is no good reason for the NOGET, remove it. For more information about $Web_form_done and NOGET, see the Janus Web Server Reference Manual