I have tried expiring the cookie (<cfcookie name="CFGLOBALS" domain="local_domain_name" expires="now">). Following this instruction cookie “disappears” from the browser’s cookies list. But upon the next application page action, CFGLOBALS persistent cookie reappears.
(Internet Explorer 9 <f12> | Cache > View cookie information: )
NAME | CFGLOBALS |
VALUE | urltoken%3DCFID%23%3D2500930%26CFTOKEN%23%3D51334571%23lastvisit%3D%7B ts%20%272013%2D06%2D07%2015%3A07%3A14%27%7D%23timecreated%3D%7Bts%20%2 72013%2D06%2D07%2015%3A07%3A14%27%7D%23hitcount%3D2%23cftoken%3D513345 71%23cfid%3D2500930%23 |
DOMAIN | Local_Domain_name |
PATH | / |
EXPIRES | 5/31/2043 3:07:14 PM |
Can CFGLOBALS cookie be configured to be a session cookie?
Thanks, Guy