My development server is running 4.3.4, and the production server is using 4.2.3.
On my development server, As long as a session variable is set one time, the session lives throughout the different scripts.
However, on the production server, if I don't set the session variable at least one time per script, the session varaible disappears, meaning I have to grab the session variable on each page, and re-set the session variable, or the session variable is lost.
Is there anything I can look for?
Thanks-