I'm working on an intranet application that let's employees update the status of applications they're working on. It uses session variables to pass the application ID between the different update pages. I defined the session variables in application.cfm and most of the time it works fine. But in two of the labs here, once in a while, a user won't get a session variable. They'll go to the page that creates the variable, then to the next and it says that "appID is undefined in session".
It works everywhere else just fine all the time. It's just in these two labs once in a while that the error comes up. any ideas? Our CF server (6.0) isn't that powerful, could it be there's a limit to the number of sessions open at once?
It works everywhere else just fine all the time. It's just in these two labs once in a while that the error comes up. any ideas? Our CF server (6.0) isn't that powerful, could it be there's a limit to the number of sessions open at once?