|
|||
|
I'm having problems interacting with my Storage Session.
This is done in my AuthController PHP Code:
PHP Code:
Zend_Session is not marked as readable Question 1: How do I set the session readable? Question 2: What is the proper way to interact with the session, since it is not the default Zend_Auth? I had everything working fine when using the default Zend_Auth, hasIdentity() / clearIdentity() etc.. however I need to use different namespaces and cannot get it to work. |
|
|||
|
I have it working now, however I'm not sure if it is working as it should...
Added to the bootstrap: PHP Code:
PHP Code:
Is there anything flawed in here? This is what the actual cookie looks like: Zend_Auth|a:1:{s:7:"storage";N;}gwAuth|a:1:{s:7:"s torage";s:5:"test2";} Where test2 is my username. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|