davidwendelken
Programmer
I am defining session variables and verifying their contents in one page, then submitting another page.
The first thing the page does is check the session variables, and they are undefined.
Somedays I have this problem, some days I don't.
I'm stumped!
Here's the full story:
The machine is a stand-alone pc that used to be our development server. I refreshed the database code and the cfm files and the datasources. The system came up just fine. Then, last week, it started acting wonky. One day it works, one day it doesn't. No changes to code or data in between!
I tracked it down to session variables not having the proper values in them in later pages.
I've verified that the session variables were set properly before the next page gets called. I even created a new session variable just for this purpose. But first thing, in the next form, the session variables are undefined.
I flat out know it's not a typo/mispelling.
Any ideas?
I'm not a cold fusion admin person, I'm just muddling thru that part of it.
David Wendelken
The first thing the page does is check the session variables, and they are undefined.
Somedays I have this problem, some days I don't.
I'm stumped!
Here's the full story:
The machine is a stand-alone pc that used to be our development server. I refreshed the database code and the cfm files and the datasources. The system came up just fine. Then, last week, it started acting wonky. One day it works, one day it doesn't. No changes to code or data in between!
I tracked it down to session variables not having the proper values in them in later pages.
I've verified that the session variables were set properly before the next page gets called. I even created a new session variable just for this purpose. But first thing, in the next form, the session variables are undefined.
I flat out know it's not a typo/mispelling.
Any ideas?
I'm not a cold fusion admin person, I'm just muddling thru that part of it.
David Wendelken