problem with cfcookie
Hi
I have some problem with cfcookie.
No where CFCOOKIE tag or javascript fns are used to create a cookie from the code. But cookies are created and stored in the local system once logged into appln. By default expire value displayed for the cookie file is 30yrs from now I.e., 1/5/2044.
please suggest me some solution to delete the cookie file from client machine on session time out or browser close.
Q : How can we delete CFID and CFTOKEN values from cookie file stored on client machine?
Please let me know ASAP.
Detaiils of my cfapplication tag
<cfapplication name="xxxxxx" clientmanagement="yes" setclientcookies="yes" scriptprotect="all" clientstorage="Cookie">
Thanks in advance
kalyani.
