Tom C. hit the nail on the head with my <cfabort>
I took the <cfabort> out and it stopped erroring.
Thanks for everyone's help!
Will
<cffunction name="onRequestStart" returntype="void" output="false">
<cfif NOT IsDefined("SESSION.auth.isLoggedIn")>
<cfinclude template="login.cfm">
</cfif>
<cfif IsDefined("URL.logout")>
<cfset StructDelete(SESSION,"auth")>
<cflocation url="login.cfm">
</cfif>
</cffunction>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four
times a year.
http://www.fusionauthority.com/quarterly
Archive:
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:247004
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4