I don't know why this happens but it seems to
be a result of the order in which a template
processes. For example, a login page that posts to itself
will throw up the header you mentioned if the page is structured in the
following way:
<cif isDefined("form.submit")>
Your query goes here
Your form is here
<cfif queryname.recordcount is 0>
<cfabort>
<cfelse>
<cflocation url="loggedin.cfm">
</cfif>
Try moving the form to here and see
what happens.
</cfif>
Tristram Charnley
-----------------
[EMAIL PROTECTED]
"If something is hard to do, its not worth doing!"
Homer Simpson.
-----Original Message-----
From: freeee meeeee [mailto:[EMAIL PROTECTED]]
Sent: 03 December 2000 15:20
To: CF-Talk
Subject: wierd header back from the sever on page request using FUSEBOX
I am using fusebox architecture and this is the first time I have
encountered this problem. It seems to occur sporadically and I think it may
be a setting on my server that is creating this problem. Has anyone
encountered this problem and/or have any suggestions.
Here is the message I get at the top of some of my page requests:
HTTP/1.1 200 OK Server: Microsoft-IIS/4.0 Date: Sun, 03 Dec 2000 15:07:38
GMT Content-type: text/html Page-Completion-Status: Normal
Page-Completion-Status: Normal Set-Cookie: CFID=8125; path=/; Set-Cookie:
CFTOKEN=71132169; path=/;
Any suggestions would be much appreciated.
Regards
Jason..
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists