Hello, I am having trouble with a small application (using Apache::ASP). It is an application that has a few pages that all require input, layed out similar to a wizard - the user fills in a form, clicks next, and fills in the next form, clicks next, etc. It is also worth mentioning that this application uses SSL (via Apache SSL of course).
The last page actually processes a transaction that could take up to 30 seconds. The problem is that the user can navigate through the pages with no problem, but on the last page, a user will frequently get a 'document contains no data' error. I have set the SetEnvIf's as per modssl FAQ - that took care of the huge amount of problems mainly with IE browsers. Now all browsers are able to use the application (at least until the last page).. Two things I am wondering: 1) Could this be keep alive related? 2) I am processing the transaction before outputting anything (in case of error) - could this be the problem? Should it least output the Content-Type header? When does Apache::ASP output the header? Thanks for any and all help! Tim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]