[fw-general] using Zend_Auth with a custom Session Save Handler ?

2007-09-22 Thread Truppe Steven
Hi, i have a class that implements Zend_Session_SaveHandler_Interface to save the session data inside a database. now i want this save handler to be used to store the identity after authentication. in the manual i found this: /By default, Zend_Auth provides persistent storage of the identity

Re: [fw-general] using Zend_Auth with a custom Session Save Handler ?

2007-09-22 Thread Simon Mundy
The Zend_Session_SaveHandler_DbTable component is tucked away in the incubator - I've had it running now for the last couple of weeks in combination with Zend_Auth and it's been working wonderfully. It's been used in conjunction with a series of linked microsites using different subdomains

Re: [fw-general] using Zend_Auth with a custom Session Save Handler ?

2007-09-24 Thread Jordan Raub
day, September 22, 2007 7:10:53 PM Subject: Re: [fw-general] using Zend_Auth with a custom Session Save Handler ? The Zend_Session_SaveHandler_DbTable component is tucked away in the incubator - I've had it running now for the last couple of weeks in combination with Zend_Auth and it's bee

Re: [fw-general] using Zend_Auth with a custom Session Save Handler ?

2007-09-24 Thread Holografix
ssage From: Simon Mundy <[EMAIL PROTECTED]> To: Truppe Steven <[EMAIL PROTECTED]> Cc: fw-general@lists.zend.com Sent: Saturday, September 22, 2007 7:10:53 PM Subject: Re: [fw-general] using Zend_Auth with a custom Session Save Handler ? The Zend_Session_SaveHandler_DbTable component is t

Re: [fw-general] using Zend_Auth with a custom Session Save Handler ?

2007-09-30 Thread Jeremy Postlethwaite
Jordan > > > > He that teaches himself hath a fool for his master. -- Benjamin Franklin > > Poor is the pupil who does not surpass his master. -- Leonardo da Vinci. > > > > > > - Original Message > > From: Simon Mundy &l

Re: [fw-general] using Zend_Auth with a custom Session Save Handler ?

2007-10-02 Thread Jordan Raub
TED]>; ZendFramework General Sent: Monday, October 1, 2007 12:21:23 AM Subject: Re: [fw-general] using Zend_Auth with a custom Session Save Handler ? Does any else have an issue with this session handler regenerating IDs and inserting them into new rows in the db as opposed to updating the respectiv

Re: [fw-general] using Zend_Auth with a custom Session Save Handler ?

2007-10-03 Thread Jeremy Postlethwaite
; From: Jeremy Postlethwaite <[EMAIL PROTECTED]> > To: Holografix <[EMAIL PROTECTED]> > Cc: Jordan Raub <[EMAIL PROTECTED]>; ZendFramework General < > fw-general@lists.zend.com> > Sent: Monday, October 1, 2007 12:21:23 AM > Subject: Re: [fw-general] using Zend_Auth w

Re: [fw-general] using Zend_Auth with a custom Session Save Handler ?

2007-10-03 Thread Jeremy Postlethwaite
omponent in ZF Core soon. > > > Great work Jordan. Thank you very much. > > > > > > Cheers > > > holo > > > > > > > > > Jordan Raub escreveu: > > > > Sweet! I thought this went to the wayside. I've been using it too on