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" loginStorage="session" sessionTimeout="#CreateTimeSpan(0, 0, 1, 0)#">
<cfif IsDefined("Form.logout")>
<cflogout>
</cfif>
I use Restrict Access To Page Server Behavior to login user.
Is there anyone can help me, please?
I have a Application.cfm and it's code:
<cfapplication sessionmanagement="yes" loginStorage="session" sessionTimeout="#CreateTimeSpan(0, 0, 1, 0)#">
<cfif IsDefined("Form.logout")>
<cflogout>
</cfif>
I use Restrict Access To Page Server Behavior to login user.