MSIR.0655 URL too long for (type) session: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
(No difference)

Revision as of 22:02, 30 October 2012

A Janus Web Server Reference Manual 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.