In order for getAuthUser to work correctly.... 1) THere must be a <cflogin> tag in the request, before you run the func. 2) You must be using the same Applicaiton name throughout. So if you have folders /a and /b each with their own Application.cfm file, if their names are different, then getAuthUser will return different values for both, unless you use Web Server integrated security.
On 9/27/07, Michael Appenzellar <[EMAIL PROTECTED]> wrote: > After....strange thing is...the getAuthUser() still works in the /forum > directory just no where other than the /forum directory. > > ------------------------------------------------ > Michael Appenzellar > > Mirame Interactive > http://www.mirameinteractive.com > 301-663-5672 x6413 > > -----Original Message----- > From: James Holmes [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 27, 2007 11:17 AM > To: CF-Talk > Subject: Re: galleon forum question > > OK, so on the pages where getAuthUser() fails, are you doing the > getAuthUser() test before or after the <cflogin> tag? > > On 9/27/07, Michael Appenzellar <[EMAIL PROTECTED]> > wrote: > > Well I have an application.cfm in the /forum folder that basically is > > just an include of application.cfm which I put on the root which was > the > > one originally in the /forum folder. Then I just changed the paths to > > the cfc's, etc. > > > > ------------------------------------------------ > > Michael Appenzellar > > > > Mirame Interactive > > http://www.mirameinteractive.com > > 301-663-5672 x6413 > > > > -----Original Message----- > > From: James Holmes [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, September 26, 2007 10:48 PM > > To: CF-Talk > > Subject: Re: galleon forum question > > > > So you removed Application.cfm from the /forum folder? > > > > On 9/27/07, Michael Appenzellar <[EMAIL PROTECTED]> > > wrote: > > > I love the forum but am having some issues integrating it into an > > > existing website that already has user login. The forum is in a > > "/forum" > > > folder so I put/changed all of the application.cfm items in the site > > > root application.cfm yet getAuthUser() still only works within the > > > /forum folder. My guess this is an easy fix but please help! > > > > -- > > mxAjax / CFAjax docs and other useful articles: > > http://www.bifrost.com.au/blog/ > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289653 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

