Skip to main content
Participant
November 10, 2010
Question

Session is invalid null <br>The error occurred on line -1.

  • November 10, 2010
  • 4 replies
  • 1293 views

I have an error "Session is invalid null" on coldfusion 8

Help me Please

    This topic has been closed for replies.

    4 replies

    Participant
    November 15, 2010

    Thanks for your response,

    The problem was the proxy (new rules),  the session was lost. We have to set the cookie path  in the cf instance configuration file

    Inspiring
    November 15, 2010

    Hi,

    The session is getting expired.

    There will be a timefram which can be set in your coldfusion administrator settings page. May be you could change it; if you want

    BKBK
    Community Expert
    Community Expert
    November 10, 2010

    You probably get the error if your application attempts to apply the session scope after onSessionEnd has occurred. You have to pass the session scope as a parameter in onSessionEnd, then use that parameter instead.

    Legend
    November 10, 2010

    I used to get this somewhat regularily (a couple times a week) on my previous CF8 32-bit server. I upgraded to a CF8 64-bit server and I have only seen it once in almost a year. My guess is something memory related, but this is totally a guess. You can google this and find several threads on this topic but I have not found any absolute causes or a fix.

    Participant
    November 10, 2010

    Thanks for your response

    But I have this problem only when My page is inactive during 30 min