Remove the HTML code from the application.cfm file. (And BTW it would have
come up with a blank page the first time wouldn't it?)
The application.cfm is really where you should be storing your variable
declarations -> your global variables. E.g. Your login management would be
placed within this file.
-----Original Message-----
From: Gieseman, Athelene [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 10, 2001 7:52 AM
To: CF-Talk
Subject: Newbie Question about Application.cfm
I'm trying to use session variables for the first time. I've gone into CF
Administrator and registered the ODBC to use session and client variables.
I also added an Application.cfm file to the top directory where the app
resides. The following is all I have in that file:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Application Template</title>
</head>
<cfapplication name="ISBudgetApp"
clientmanagement="Yes"
sessionmanagement="Yes"
setclientcookies="Yes">
<body>
</body>
</html>
The application seems to work fine until I refresh. When I do that, the
page just comes up blank, no error message, and the title on the browser is
"Application Template".
Sorry to ask what should be a simple question. But I've read through my
books and can't figure this out. Help, please?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists