Cm_RedisSession

Redis-based session handler for Magento with optimistic locking

Downloads
94K
Stars
209
Committers
31

Bot releases are hidden (Show)

Cm_RedisSession - Fix loading with compiler Latest Release

Published by colinmollenhour 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/colinmollenhour/Cm_RedisSession/compare/2.4.0...2.5.0

Cm_RedisSession - Remove Zend dependency and fix PHP 8.2 support

Published by colinmollenhour about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/colinmollenhour/Cm_RedisSession/compare/3.1.1...3.2.0

Cm_RedisSession - Fix PHP Warning

Published by colinmollenhour over 1 year ago

Do not return false and instead re-throw the exception to avoid PHP warning: Warning: session_start(): Failed to read session data: user (path: )

Cm_RedisSession - Add setDieOnError() and fix break_after

Published by colinmollenhour over 1 year ago

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: https://github.com/colinmollenhour/Cm_RedisSession/compare/3.0.3...3.1.0

Cm_RedisSession - Update to php-redis-session-abstract 1.5

Published by colinmollenhour over 1 year ago

Cm_RedisSession - Restored model rewrite

Published by colinmollenhour over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/colinmollenhour/Cm_RedisSession/compare/3.0.1...3.0.2

Cm_RedisSession - Composer-only updates

Published by colinmollenhour about 2 years ago

This extension is now intended to be installed solely via composer and it is strongly recommended to use OpenMage.

Cm_RedisSession - Proper composer module

Published by colinmollenhour about 2 years ago

This release is packaged exclusively as a composer module. If you do not use composer stick with the 2.x release.

Cm_RedisSession - Replace core_mysql4 with core_resource.

Published by colinmollenhour over 2 years ago

This may break compatibility with really old versions of Magento (I don't know which offhand), hence the minor version update to 2.4.0.

Cm_RedisSession -

Published by colinmollenhour over 4 years ago

Cm_RedisSession - Fix errors during session close

Published by colinmollenhour over 5 years ago

Cm_RedisSession - Fix composer dependencies for read-only feature.

Published by colinmollenhour over 6 years ago

Cm_RedisSession - Support read-only sessions using a controller flag

Published by colinmollenhour over 6 years ago

Cm_RedisSession - Reorganized code

Published by colinmollenhour over 6 years ago

Cm_RedisSession - Reorganized code

Published by colinmollenhour over 6 years ago

This release is broken, do not use!

Cm_RedisSession -

Published by colinmollenhour over 6 years ago

Cm_RedisSession - Update to work with Credis 1.9.0

Published by colinmollenhour about 7 years ago

Cm_RedisSession - Fix dependency regression in 2.1.2

Published by colinmollenhour over 7 years ago

Cm_RedisSession -

Published by colinmollenhour over 7 years ago

Cm_RedisSession - Moved to 'local' codePool.

Published by colinmollenhour over 7 years ago

Package Rankings
Top 4.16% on Packagist.org
Related Projects