Hi Dan,
Don't give up so easily! Although I have a lot to learn about ZF, I think
ZF made a big progress on OOP for PHP.
Cheers for the future of ZF and PHP!
Dan Rossi-5 wrote:
>
> 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
>>
> Is it not storing the cookie session for you too ?
>
> Are you able to see any data in the session file at all ? Mine is blank,
> ive yet to get a reply about my wierd problem. I dont think this
> session stuff works and ill just go back to using pear's session classes.
>
>
--
View this message in context:
http://www.nabble.com/Session-problem-tf4199306s16154.html#a11946339
Sent from the Zend Framework mailing list archive at Nabble.com.