Skip to main content
Known Participant
September 8, 2012
Question

ColdFusion 10 Application.CFC

  • September 8, 2012
  • 1 reply
  • 744 views

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?

    This topic has been closed for replies.

    1 reply

    Known Participant
    September 8, 2012

    I found the answer

    I need to have this code at the top of application.cfc

    setClientCookies = "yes" 

    setDomainCookies = "yes"