I'm using Zend_Auth for authentication in my site and I'm using Zend_Session to save some variables.

I often get a situation where zend auth hasn't been expired but zend session did.

Is there someway to link between them?

Thanks.

link|improve this question

Isn't that what you want? – markus-tharkun Oct 8 '11 at 11:16
If the user is still connected to the site then I want to keep the info in the session. If he's been logged off, then the session can be cleared. or should I use the auth storage for everything like that? – Ran Oct 8 '11 at 16:20
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.