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

Reply via email to