$_SESSION not working in 4.2.3 on MS Win2000
Posted: Mon Nov 18, 2002 5:50 pm
I am having serious troubles with using Sessions in 4.2.3 on MS Win 2000.
Is anyone else having any of the following problems?
1) When using $__SESSION, the session handling just plain doesn't work.
or
2) Same exact code written using $__SESSION works if I replace $__SESSION with $HTTP_SESSION_VARS
and
3) If I try to encapsulate the session code in a function, "wrapping it in my own class", the $HTTP_SESSION_VARS superglobal doesn't seem to be global. When I leave the function, the variable set no longer appears in $HTTP_SESSION_VARS.
Give me a shout at email bmichael@goldparrot.com if you have come across these.
Is anyone else having any of the following problems?
1) When using $__SESSION, the session handling just plain doesn't work.
or
2) Same exact code written using $__SESSION works if I replace $__SESSION with $HTTP_SESSION_VARS
and
3) If I try to encapsulate the session code in a function, "wrapping it in my own class", the $HTTP_SESSION_VARS superglobal doesn't seem to be global. When I leave the function, the variable set no longer appears in $HTTP_SESSION_VARS.
Give me a shout at email bmichael@goldparrot.com if you have come across these.