[x]

strēm.in

Re: Latest Streams

negative11

Prestige: 308


EndorsementsSee all

  • QRturf.net
  • negative11 PHP Framework
  • phptipster

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




Patching this issue...deploying soon

(+0)

Fixed bug in Session_Component, also fixed a few typos in parameter delcarations within code. Pushing in a few moments.

negative11

Prestige: 308


EndorsementsSee all

  • QRturf.net
  • negative11 PHP Framework
  • phptipster
+1 -1 view