Hi,

I want to check if a session variable is set :

$ns = new Zend_Session_Namespace('Interface');
$logger->debug('Test: ' . isset($ns->showMemberInfo));

this code above will log Test: 1
However I never set this session variable and it will consider as true.

Why ?

Thank you!
-- 
View this message in context: 
http://www.nabble.com/Check-session-variable-tp18080852p18080852.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to