I have a form, that posts to a processing page. and that page in turn directs to a logged on homepage or back to the logon with a handled error. Here is the process:
For background. This is a web application. that does dynamic includes of the page content. (its a site builder type application). A page is called through PageID. That is passed to a DB where it chooses what file to include or what record to show. So in the process below...a "page" is an include into a "constructor" (index.cfm).
1. User logs onto page "index.cfm?pageid=logon"
2. Types in info, submits to "index.cfm?pageid=ProcessLogon"
3. That page processes, and decides to throw them to a page, or redirect back to login form with an error
its at that point where i will sometimes recieve this printed out at the top of the page :
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Mon, 25 Nov 2002 21:41:32 GMT Connection: close Content-type: text/html Page-Completion-Status: Normal Page-Completion-Status: Normal
that is then followed by the content of my page. successfully redirected to (whichever it may be)
Its sparatic. Happens randomly. It happens after successful logon, and after failed logons (directed to different places). If I refresh after that. the header goes away and the page displays correctly.
The layout of the site is confusing, but hopefully some of you guys have seen this type of problem before!
For background. This is a web application. that does dynamic includes of the page content. (its a site builder type application). A page is called through PageID. That is passed to a DB where it chooses what file to include or what record to show. So in the process below...a "page" is an include into a "constructor" (index.cfm).
1. User logs onto page "index.cfm?pageid=logon"
2. Types in info, submits to "index.cfm?pageid=ProcessLogon"
3. That page processes, and decides to throw them to a page, or redirect back to login form with an error
its at that point where i will sometimes recieve this printed out at the top of the page :
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Mon, 25 Nov 2002 21:41:32 GMT Connection: close Content-type: text/html Page-Completion-Status: Normal Page-Completion-Status: Normal
that is then followed by the content of my page. successfully redirected to (whichever it may be)
Its sparatic. Happens randomly. It happens after successful logon, and after failed logons (directed to different places). If I refresh after that. the header goes away and the page displays correctly.
The layout of the site is confusing, but hopefully some of you guys have seen this type of problem before!