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 jmcgr...@gmail.com wrote: On Mon, Mar 8, 2010 at 8:51 PM, Cameron themsel...@gmail.com wrote: Ok, I just tried removing everything except for $data = $authAdapter-getResultRowObject(null, 'password'); $auth-getStorage()-write($data); all, the

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 themsel...@gmail.com wrote: On Tue, Mar 9, 2010 at 10:49 AM, Jake McGraw jmcgr...@gmail.com wrote: On Mon, Mar 8, 2010 at 8:51 PM, Cameron themsel...@gmail.com wrote: Ok, I just tried removing everything except for $data =

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 jmcgr...@gmail.com wrote: On Tue, Mar 9, 2010 at 12:05 AM, Cameron themsel...@gmail.com wrote: On Tue, Mar 9, 2010 at 10:49 AM, Jake McGraw jmcgr...@gmail.com wrote: On Mon, Mar 8, 2010 at 8:51 PM, Cameron themsel...@gmail.com wrote:

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

2010-03-07 Thread Cameron
-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 framework I think. So we are looking at a problem in your logic

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

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 somewhere

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

2010-03-05 Thread Jurian Sluiman
: 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 Framework - General Subject: Re: [fw-general] Zend_Auth::getInstance()-clearIdentity

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

2010-03-05 Thread Bart McLeod
...@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 assume you are using latest

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

2010-03-04 Thread Cameron
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();

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 themsel...@gmail.com 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

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 djvir...@gmail.com wrote: Anything in your cookies causing you to stay logged in? -- Hector On Thu, Mar 4, 2010 at 7:30 PM, Cameron themsel...@gmail.com wrote: Hi guys, I'm really not sure where I'm going with this one, it seems like I must

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