Leave out the html page stuff.  Make the file something like:

 <cfapplication name="ISBudgetApp"
                clientmanagement="Yes"
                sessionmanagement="Yes"
                setclientcookies="Yes">

HTH,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - the World's most configurable mail server
Get your free copy of iMS POST-SE Server from CoolFusion!


----- Original Message -----
From: "Gieseman, Athelene" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, January 09, 2001 4:51 PM
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

Reply via email to