<!DOCTYPE html PUBLIC "- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Sub Application 1</title>
</head>
<body>
<h1>
Sub Application 1
</h1>
<p>
This is folder "Sub1". It will be using the
Application.cfc file located in a
<strong>parallel folder</strong>, "App1".
</p>
<h2>
Application Data:
</h2>
<cfdump
var="#APPLICATION#"
label="Application - Sub 1 Folder"
/>
<h2>
Session Data:
</h2>
<cfdump
var="#SESSION#"
label="Session - Sub 1 Folder"
/>
<h2>
Request Data:
</h2>
<cfdump
var="#REQUEST#"
label="Request - Sub 1 Folder"
/>
</body>
</html>