cflogout error
hello
i have logout doesn't seem want work coldfusion 10. have log in system admin area, want allow user log out of , delete session using. code error it's giving me:
code:
<cflogout>
<cfset structdelete(session,"auth")>
<cfheader name="refresh" value="0; url=index.cfm">
error:
cookie name "cfauthorization_myapp" reserved token
i changed name of app app. doing wrong here? i've tried number of different ways accomplish log out.. either don't delete session no errors, or error.
thank you
to coldfusion log user out , delete session, following. in application.cfc or in cfapplication tag in application.cfm, set loginstorage="session". remove structdelete line, unnecessary.
More discussions in Advanced Techniques
adobe
Comments
Post a Comment