Skip to content

Add setDieOnError() and fix break_after

Compare
Choose a tag to compare
@colinmollenhour colinmollenhour released this 20 Mar 19:04
· 3 commits to master since this release

The signature of Cm_RedisSession_Model_Session_Config::__construct has been updated because calling session_name() in the config model is too early to get the correct value so it must be passed in.

-    public function __construct($path = 'global/redis_session')
+    public function __construct(string $sessionName)

Full Changelog: 3.0.3...3.1.0