ColdFusion Session Management And Spiders / Bots

<!---
	Display the applicaiton settings using the undocumented
	function, GetApplicationSettings(), which gives us access
	to all the application properties.
--->
<cfdump
	var="#APPLICATION.GetApplicationSettings()#"
	label="Application Settings"
	/>

For Cut-and-Paste