Intermittent 'cannot find page' error after submit by post
Posted: Wed Mar 31, 2004 5:57 am
I get an intermittent 'cannot find page' error when I submit a form via POST method within a https connection using MSN explorer. When I submit the data (name, address etc) for the first time the next page is nearly always a page not found error. When I retry the submission it works. The action in the form just brings the user to another page which checks the validity of the submitted data. I have been reading some other forums and I've seen suggestions about using GET before POST just so the server connection is set. Register_globals is on.