Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

ColdFusion 10 Application.CFC

Community Beginner ,
Sep 07, 2012 Sep 07, 2012

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?

720
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 07, 2012 Sep 07, 2012
LATEST

I found the answer

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

setClientCookies = "yes" 

setDomainCookies = "yes"

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources