No, it's not set to NULL it just emty...
.M
Torsten Roehr wrote:
"Michael Jonsson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
Hi
Why do I get an error if the $_SESSION['user_status'] is NULL ???
####Script###### session_start(); echo $_SESSION['user_status'];
#####error###### Notice: Undefined index: user_status in /var/www/itmdata/include/include.php on line 13
Did you really set it to null?:
$_SESSION['user_status'] = null; ?
Regards, Torsten
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php