Copy link to clipboard
Copied
Hello,
We recently rolled out an Application.CFC on our new CF10 server. Nothing changed in the code compared to our CF9 Application.CFC
We are noticing that OnSessionStart() calls on EVERY page load, no matter what.
We are not sure what is causing this. Is anyone else aware of the bug?
Copy link to clipboard
Copied
I found the answer
I need to have this code at the top of application.cfc
setClientCookies = "yes"
setDomainCookies = "yes"