Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Haishan

    Logout problem. Need help!!

    Hello, I just found the solution. It work perfectly to logout. :-) Just add this code in Application.cfm <CFIF ISDEFINED("Cookie.CFID") AND ISDEFINED("Cookie.CFToken")> <CFCOOKIE NAME="CFID" VALUE="#Cookie.CFID#"> <CFCOOKIE NAME="CFToken" VALUE="#Cookie.CFToken#"> </CFIF>
  2. Haishan

    Logout problem. Need help!!

    Thanks guys!! But it still not working. I am using MX. They are the build-in code for log in user and log out behavior. It seems like th ewebsite store the login information until time out. HELP!!!!
  3. Haishan

    Logout problem. Need help!!

    I have a problem of logout by using "logout user" from User Authentication Server Behavior. The user's information still store in teh website even click on the 'logout' Link. Is there anyone can help me, please? I have a Application.cfm and it's code: <cfapplication sessionmanagement="yes"...

Part and Inventory Search

Back
Top