[fw-general] Zend_Session::rememberMe

2010-03-09 Thread umpirsky
I have usual remember me checkbox in my login form, if it's checked Zend_Session::rememberMe(604800); // 7 days But it seem not to work. I use default session storage. Any idea? Regards, Sasa Stamenkovic. -- View this message in context: http://n4.nabble.com/Zend-Session-rememberMe-tp1587009

Re: [fw-general] Zend_Session::rememberMe()

2008-10-14 Thread Goran Juric
Colin Guthrie-6 wrote: > > OK, thanks for that. > > Here's a follow up question (still related). > > Is this the recommended the recommended way to implement remembering the > user for long periods or should an alternative system be implemented > over the top? > > The reason I ask, is that

Re: [fw-general] Zend_Session::rememberMe()

2008-10-14 Thread Goran Juric
Colin Guthrie-6 wrote: > > So am I right in saying that it is expected that the application stores > the session id into long term storage and associate it with the user who > has logged in? This would then allow an initial landing on the site with > a given session id to be double checked ag

[fw-general] Zend_Session::rememberMe()

2008-10-14 Thread Colin Guthrie
Hi, I'm just trying to get my head round the rememberMe() feature in Zend_Session. From what I gather it basically allows you to remember a session cookie identifier past the end of the client application closing right? OK, I get that much The question is why? I presume that this is to