On Wednesday 10 Mar 2010 13:31:22 Саша Стаменковић wrote:
> Thanks.
> 
> So, I can have in my applicatin.ini
> 
> phpSettings.session.gc_maxlifetime = 10800
> 
> and in authenticate method
> 
> if ($form->getValue('remember')) {
>  ini_set('session.gc_maxlifetime', 604800);
> }
> 
> Am I right?
> 
> Regards,
> Saša Stamenković

If the Zend_Session::rememberMe() time is greater than the maxlifetime, it's 
apparently impossible to set this remember time. Why can't Zend_Session change 
the ini itself or let the user know it's impossible to change to that value 
(e.g. a notice or exception)?

Regards, Jurian
-- 
Jurian Sluiman
CTO Soflomo V.O.F.
http://soflomo.com

Reply via email to