Then that is the root of your problem. You aren't logged out. You need
to add some kind of logout function, something like

<cfif isDefined("url.logmeoutbaby")>
        <cflogout>
</cfif>

========================================================================
===
Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
(www.mindseye.com)
Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)

Email    : [EMAIL PROTECTED]
Blog     : www.camdenfamily.com/morpheus/blog
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda 

> -----Original Message-----
> From: Jeff [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, July 10, 2003 8:41 AM
> To: CF-Talk
> Subject: Re: [cflogin] My Symptoms and my application.cfm code...
> 
> 
> on 7/10/03 10:27 AM, Raymond Camden at [EMAIL PROTECTED] wrote:
> 
> > Oh hey, I think I know what you may be seeing. Are you 
> already logged 
> > on? What do you see if you output getAuthuser()? Remember that the 
> > code INSIDE cflogin is only run if you are not logged in.
> > 
> 
> Okay, this brings me to something that MAY or MAY NOT be 
> related to this problem. I don't think it is, because my 
> development server and my local machine are two different 
> machines and what I'm about to describe only happens on my 
> local machine.
> 
> I'm on win2k, running IIS, with devCFMX running. Whenever I 
> try to test pages that have cflogin code, I never 
> "completely" log out. In other words, whenever I output 
> GetAuthUser() I return "JEFF-PC/Jeff".
> 
> I'm sure it's a setting someplace, but for the life of me I 
> can't find it...
> 
> So to answer your question, if I just create "untitle-2.cfm" 
> and simply output GetAuthUser() I get "JEFF-PC/Jeff".
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to