ColdFusion Session Management Revisited... User vs. Spider III

<cftry>
	<cfparam name="COOKIE.SessionScopeTested" type="numeric" default="0" />
	<cfparam name="COOKIE.HasSessionScope" type="numeric" default="0" />
	<cfcatch>
		<cfset COOKIE.SessionScopeTested = 0 />
		<cfset COOKIE.HasSessionScope = 0 />
	</cfcatch>
</cftry>

For Cut-and-Paste