CFMX 8 Enterprise
I have turned on the "Use J2EE session variables" setting under Memory Variables because security requirements state that persistent cookies cannot be used.
I understood that turning this setting on will tell CF to only create a use a "JSESSIONID" session cookie.
However, my server still appears to be creating and using the old-style "CFID" and "CFTOKEN" cookies with expiration dates thirty years hence.
Now, obviously, I can do the old trick of manipulating CFID and CFTOKEN with CFCOOKIE in my Application.cfc to remove the expiration date, but that's something I'd need to add to all of my applications.
Is it as simple as a restart of the ColdFusion service? A bug? Or am I just misunderstanding the setting?