Add setDieOnError() and fix break_after
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