Bug in Session_Component for v0.0.4
(+0)
Around line 41 in packages/session/component/session.php the following parameter passed to session_set_cookie_params is incorrect: time() + Registry::$config['session']['lifetime'].
It should instead be set to: Registry::$config['session']['lifetime'] This will be patched in version 0.0.5
You may respond to this message after you log in
Tweet