Ask Ben: Testing For ColdFusion Session Management

<!---
	Dump out ColdFusion application settings. This will
	give us insight into most of the application-level
	settings that can be set in the Application.CFM/CFC.
--->
<cfdump
	var="#APPLICATION.GetApplicationSettings()#"
	label="GetApplicationSettings() Output"
	/>

For Cut-and-Paste