I'm logged in because I can still access the entire application, something I
can't do until I'm authorized. As for cookies, I dunno... there's nothing in
the application that manually writes anything to a cookie, so it could only
be Zend or general PHP session related...

On Fri, Mar 5, 2010 at 12:54 PM, Jake McGraw <[email protected]> wrote:

> On Thu, Mar 4, 2010 at 11:39 PM, Hector Virgen <[email protected]> wrote:
> > Anything in your cookies causing you to stay logged in?
> >
> > --
> > Hector
> >
> >
> > On Thu, Mar 4, 2010 at 7:30 PM, Cameron <[email protected]> wrote:
> >>
> >> Hi guys, I'm really not sure where I'm going with this one, it seems
> like
> >> I must be doing something completely wrong, but I'm not really sure
> where to
> >> even start looking.
> >>
> >> Here's my logout action:
> >>
> >> public function logoutAction() {
> >>         Zend_Auth::getInstance()->clearIdentity();
> >>         $this->_helper->redirector('/');
> >> }
> >>
> >> Pretty simple, right? The redirect certainly works, but for some reason,
> >> I'm still logged in! I've even tried $_SESSION = ''; to brute force the
> >> session to be deleted, but there i am, still logged in. Anyone got any
> ideas
> >> on this one?
>
> How are you confirming that you're still logged in? Perhaps that's the
> issue?
>
> - jake
>
> >
> >
>

Reply via email to