Michael, 
How do you know it's not on? 
If you set <cfapplication name="CustomTag"> in the application.cfm 
and set other parameters such as clientmanagement="yes" and
sessionmanagement="yes"
then it should be turned on. You need to set some variables to know for
sure,
for example. In the application.cfm put 
<cfset session.name ="Michael"> 
<cfset session.IsThisWOrking = "Yes, I am working">

Then in the index.cfm page (or another page) put

<cfoutput>
name: #session.name#<br>
Is it working: #session.IsThisWorking#
</cfoutput>

You can replace session with application, client, or whatever...

hth


-----Original Message-----
From: Michael [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 02, 2001 8:40 AM
To: CF-Talk
Subject: How turn on Application Mangement


Where do you do this?  I have a seperate Application.cfm that has
<CFAPPLICATION NAEM="CUSTOM TAG NAME">     and I still cant figure out why
this tag is not working, everything is in the proper directory.

TIA

Michael
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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