Darby Felton wrote:
> 
> Hello,
> Hi, Darby,
> My error, I did what you suggest, but failed.
> Try:
> 
> require_once 'Zend/Session/Namespace.php';
> $authNamespace = new Zend_Session_Namespace('Zend_Auth');
> echo $authNamespace->user;
> 
> Best regards,
> Darby
> 
> minglee wrote:
>> Hi, 
>> I have session problem, which may be stupid:
>> I set a session:
>> require_once 'Zend/Session/Namespace.php';
>> $authNamespace = new Zend_Session_Namespace('Zend_Auth');
>> $authNamespace->user = "myusername";
>> How can I retrieve it from ANOTHER page?
>> I used "echo $authNamespace->user;" but failed!
>> Anybody can answer?
>> Regards
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Session-problem-tf4199306s16154.html#a11946332
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to