MSIR.0655 URL too long for (type) session

From m204wiki
Revision as of 14:54, 9 November 2010 by 198.242.244.47 (talk) (Created page with "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 pa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.