in reply to Re^3: Setting CGI::POST_MAX with CGI::Application
in thread Setting CGI::POST_MAX with CGI::Application

A browser's reload function will reload the URL that was sent, not the form that was received. Basically, don't think of it as a reload of the current page so much as a resend of the URL (including all params) that resulted in the current page. It's a resend of the request, not the response.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
  • Comment on Re^4: Setting CGI::POST_MAX with CGI::Application

Replies are listed 'Best First'.
Re^5: Setting CGI::POST_MAX with CGI::Application
by derby (Abbot) on Nov 09, 2005 at 17:18 UTC
    Well that's just a big doh! on my part. Thanks for explaining what I should have known. Thanks.
    -derby