[PHP] Re: Session variables not recognized?

2004-05-25 Thread Thomas Seifert
On Tue, 25 May 2004 08:36:37 -0700 [EMAIL PROTECTED] (Brian Dunning) wrote:

 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?



thomas

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



Re: [PHP] Re: Session variables not recognized?

2004-05-25 Thread Brian Dunning
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