Hi James, Jenny,
   The <cflogout> problem persists.

Jenny:
      I’m not clear how I can clear that authorization.  Remember, I’m a 
“low end” intermediate developer.  Please show me the code.  Also, I'm not 
sure how a cookie comes into this.  Do you know?

James:
  Ok.  If I'm being assigned a new session why would it remember the 
credentials from the login? I don't understand the relationship between login 
framework and sessions. 
 
    Maybe I can just get rid of this cookie when I logout.  How would I do 
that?  Also, a fellow developer told me that he had a similar problem and 
solved it by doing something strange that worked.  He set clientmanagement to 
true (and set sessionmanagement to true.  And just manually set cookies.  It 
was an application.CFM file, so he did it like this. 

<cfcookie name="CFID" value="#Session.CFID#"> 
        <cfcookie name="CFTOKEN" value="#Session.CFTOKEN#">

    Somehow, just setting the cookies on purpose dissolved the problem for him. 
I don’t know how to do it with using the THIS scope.  Also, I'm not sure how 
a cookie comes into this, anyway.  Do you know?

    What do you think I should do?

Thanks,
Lewis


> personally i just have the logout process set the session 
> username/authorization to "". 
> 
> Works for me :-)
> 
> Jenny

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:247997
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to