I was under the impression that the IIS Auth stuff wouldn't work unless you sniffed for cflogin.*, but who knows, that could be the issue.
======================================================================== === 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 9:03 AM > To: CF-Talk > Subject: Re: [cflogin] My Symptoms and my application.cfm code... > > > on 7/10/03 10:53 AM, Raymond Camden at [EMAIL PROTECTED] wrote: > > > 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> > > > > Aha...see, I even made a logout.cfm that had the following (I > pasted this > time): > > <cflogout> > <cfif IsDefined("COOKIE.LogInID")> > <cfcookie name="LogInID" value="#COOKIE.LogInID#" > expires="now"> </cfif> <cflocation url="../index.cfm" addtoken="no"> > > Now, just for giggles, I changed the cflocation tag to my > "untitle-2.cfm" that simply outputs my GetAuthUser() and when > I load logout.cfm, I see "JEFF-PC/JEFF" still...but I think > I'll find my answer in the IIS administrator someplace...but > I'm still looking... > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

