>> TestForm has Insert as the default action.
This is the root of the problem.
I've fixed it for the 9.27 build.
>> These cookies have meaning in a real application, but were not included in the wizarded app yet they are still being passed.
Cookies are sent from the browser when the host name matches the cookie host name. The server _sets_ cookies, but does not decide which ones are sent.
therefore, if you build one app, which sets cookies for say 127.0.0.1 , then those cookies are _always_ sent by the browser for that URL. It doesn't know another app is now running at that address.
>> Any chance these are interfering with the stage parameter?
no.
Cheers
Bruce