Re: [fw-general] Zend_Auth::getInstance()->clearIdentity() doesn't seem to log me out?

2010-03-08 Thread Cameron
On Tue, Mar 9, 2010 at 1:28 PM, Jake McGraw wrote: > On Tue, Mar 9, 2010 at 12:05 AM, Cameron wrote: > > > > > > On Tue, Mar 9, 2010 at 10:49 AM, Jake McGraw wrote: > >> > >> > >> On Mon, Mar 8, 2010 at 8:51 PM, Cameron wrote: > >>> > >>> Ok, I just tried removing everything except for > >>> >

Re: [fw-general] Zend_Auth::getInstance()->clearIdentity() doesn't seem to log me out?

2010-03-08 Thread Jake McGraw
On Tue, Mar 9, 2010 at 12:05 AM, Cameron wrote: > > > On Tue, Mar 9, 2010 at 10:49 AM, Jake McGraw wrote: >> >> >> On Mon, Mar 8, 2010 at 8:51 PM, Cameron wrote: >>> >>> Ok, I just tried removing everything except for >>> >>> $data = $authAdapter->getResultRowObject(null, 'password'); >>> $auth-

Re: [fw-general] Zend_Auth::getInstance()->clearIdentity() doesn't seem to log me out?

2010-03-08 Thread Cameron
On Tue, Mar 9, 2010 at 10:49 AM, Jake McGraw wrote: > > > On Mon, Mar 8, 2010 at 8:51 PM, Cameron wrote: > >> Ok, I just tried removing everything except for >> >> $data = $authAdapter->getResultRowObject(null, 'password'); >> $auth->getStorage()->write($data); >> >> all, the $authNamespace stuf

Re: [fw-general] Zend_Auth::getInstance()->clearIdentity() doesn't seem to log me out?

2010-03-07 Thread Cameron
logout action: > > > > Zend_Session::destroy(true); > > > > after I clear my identity. Will that help? > > > > *From:* Bart McLeod [mailto:mcl...@spaceweb.nl ] > *Sent:* Friday, March 05, 2010 4:06 AM > *To:* Cameron > *Cc:* Jake McGraw; Hector Virgen; Zend Fram

Re: [fw-general] Zend_Auth::getInstance()->clearIdentity() doesn't seem to log me out?

2010-03-05 Thread Bart McLeod
art McLeod [mailto:mcl...@spaceweb.nl] Sent: Friday, March 05, 2010 4:06 AM To: Cameron Cc: Jake McGraw; Hector Virgen; Zend Framework - General Subject: Re: [fw-general] Zend_Auth::getInstance()->clearIdentity() doesn't seem to log me out?   Hi  Cameron, Just some ideas. I as

Re: [fw-general] Zend_Auth::getInstance()->clearIdentity() doesn't seem to log me out?

2010-03-05 Thread Jurian Sluiman
t; Subject: Re: [fw-general] Zend_Auth::getInstance()->clearIdentity() doesn't > seem to log me out? > > Hi Cameron, > > Just some ideas. I assume you are using latest from trunk. > > If I try in my system to logout, I can logout. So nothing is wrong with the > fra

RE: [fw-general] Zend_Auth::getInstance()->clearIdentity() doesn't seem to log me out?

2010-03-05 Thread Gina-Marie Rollock
] Zend_Auth::getInstance()->clearIdentity() doesn't seem to log me out? Hi Cameron, Just some ideas. I assume you are using latest from trunk. If I try in my system to logout, I can logout. So nothing is wrong with the framework I think. So we are looking at a problem in your logic somewhe

Re: [fw-general] Zend_Auth::getInstance()->clearIdentity() doesn't seem to log me out?

2010-03-05 Thread Bart McLeod
Hi  Cameron, Just some ideas. I assume you are using latest from trunk. If I try in my system to logout, I can logout. So nothing is wrong with the framework  I think. So we are looking at a problem in your logic somewhere. The first thing I thought was there could be something with redirect

Re: [fw-general] Zend_Auth::getInstance()->clearIdentity() doesn't seem to log me out?

2010-03-04 Thread Cameron
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:

Re: [fw-general] Zend_Auth::getInstance()->clearIdentity() doesn't seem to log me out?

2010-03-04 Thread Jake McGraw
On Thu, Mar 4, 2010 at 11:39 PM, Hector Virgen wrote: > Anything in your cookies causing you to stay logged in? > > -- > Hector > > > On Thu, Mar 4, 2010 at 7:30 PM, Cameron wrote: >> >> Hi guys, I'm really not sure where I'm going with this one, it seems like >> I must be doing something complet

Re: [fw-general] Zend_Auth::getInstance()->clearIdentity() doesn't seem to log me out?

2010-03-04 Thread Hector Virgen
Anything in your cookies causing you to stay logged in? -- Hector On Thu, Mar 4, 2010 at 7:30 PM, Cameron 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. > >