I don't think cfcontent or any tag for that matter knows if a user is logged in. Regardless if the application.cfm you need to specifically wrap code around cfdocument to ensure the person is logged in or whatever before you run it.
As an example, you can run a cfinclude and it will bypass application.cfmand call up any page you want to include, why would cfcontent be any different. Casey On 8/18/06, Jochem van Dieten <[EMAIL PROTECTED]> wrote: > > Ray Champagne wrote: > > I have a directory that is "protected" by a script that checks the > > user's IP against the database in Application.cfm. If the user is > > there, they are allowed "in". > > What happens when the user is not in there? > > Jochem > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250351 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

