Would you please take a look at ZF-1743 and ZF-1720? Maybe the problem
you are experiencing is related in some way to one or both of these:

http://framework.zend.com/issues/browse/ZF-1743

http://framework.zend.com/issues/browse/ZF-1720

If it's not the same problem, please create a new issue, along with the
code needed to reproduce the problem. Please also post the version of
PHP you are using and on what platform (e.g., RHEL 4, Win32).

Thank you!

Best regards,
Darby

minglee wrote:
> 
> 
> 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
>>
> 

Reply via email to