Technically there is only one application name throughout. In the /forum
folder I am just including the application.cfm on the root which has the
udf, cfc's and application name.

------------------------------------------------
Michael Appenzellar

Mirame Interactive
http://www.mirameinteractive.com
301-663-5672 x6413
-----Original Message-----
From: Raymond Camden [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 27, 2007 12:02 PM
To: CF-Talk
Subject: Re: galleon forum question

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



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289683
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to