Howdy,

I hope this gets through before the world ends since the list is down again.
:)

Anyway, I have two circuit apps in my fusebox, each to be protected by login
security.
/root app
/root/Admin app

The login/logout in the root circuit app works fine but I'm having problems
getting the security to work in the /Admin circuit app. I'm using code
adapted from the Fusebox site (Members circuit).

My index.cfm in the Admin circuit starts like this:

<cfinclude template="../app_globals.cfm">
<cfinclude template="app_locals.cfm">
<cfmodule template="../app_secure.cfm" groups="1">

The only thing in app_locals.cfm is changing the request.cfroot and
request.webroot settings to account for the Admin directory. If I swap the
order of the included app_locals.cfm and ../app_secure.cfm, the login works,
but it throws me up to the index.cfm in the root directory.

So, as soon as the call to the CF_Returnfuseaction occurs in
.../app_secure.cfm, it goes into an endless loop.  Any ideas on what to
check? I've been trying to solve this for a couple days now.

TIA,

Chris Montgomery             [EMAIL PROTECTED]

Web Development & Consulting http://www.astutia.com
Allaire Consulting Partner
210-490-3249/888-745-7603    Fax 210-490-4692
AIM: astutiaweb; ICQ: 7381282; Firetalk: Ag78


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