Martijn Korse schreef:
You can use the clearIdentity() method in Zend_Auth to get rid of the data
associated with the authorization that is in the persistent storage.
If you're also looking for a pre-build way to modify the session time of
this identity: that doesn't exist (as far as i know). But it would only
require minimum modification if you extend the existing class.
Martijn,
Thanks for the response. Because of your response, it suddenly hit me
that I could use hasIdentity() of course. Duh...
Thanks :-)
As for the session time of the identity: I thought I read somewhere that
there was such a possibility. Must have been dreaming I guess. (O no!
I'm dreaming PHP already, ugh, I'm (becoming) such a nerd. ;-) )
All lame jokes aside, the routine should be pretty trivial indeed.
Cheers.