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

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

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

Reply via email to