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

From m204wiki
Jump to navigation Jump to search
mNo edit summary
(Automatically generated page update)
Line 3: Line 3:
Since this can happen in the normal course of processing, it might be worth revisiting the reasons for specifying NOGET on <var>$Web_Form_Done</var>. If there is no good reason for the NOGET, remove it.  
Since this can happen in the normal course of processing, it might be worth revisiting the reasons for specifying NOGET on <var>$Web_Form_Done</var>. If there is no good reason for the NOGET, remove it.  


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]] [[Category:MSIR.0600 - MSIR.0799]]

Revision as of 16:04, 13 August 2015

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.