MSIR.0655 URL too long for (type) session

From m204wiki
Revision as of 16:04, 13 August 2015 by JALWiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

A Janus Web Server application tried to switch into legacy mode (via a Read Screen), or persistent mode (via a $Web_form_done), but the URL (including URL parameters — parameters after a question mark) was longer than 512 bytes. The request is cancelled, and legacy or persistent mode is not entered.

Change the application so the URL is shorter, perhaps by moving URL data into cookies. Or, if the error was caused by an unintentional Read Screen, correct the application to avoid the Read Screen when run as a web request.