The first line of my file is session_start(); but whenever I try to set
or reference $_SESSION['anything'] I get:


  Undefined variable: _SESSION

What's up with that???

what php-version do you use?

It is 4.3.2 on XP. I only recently installed it and this is the first time I've tried using sessions and variables on it, so it's entirely possible that there is a configuration problem. phpinfo() looks OK to me but I admit that I don't really know what to look for. Sessions are enabled, that's about all I can tell... :)


- Brian

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to