-
-
Couldn't load subscription status.
- Fork 452
Closed
Labels
Description
Preconditions (*)
- Have the session handler configured as
<session_save>db</session_save> - Update to OpenMage 20.1.0 using composer
Steps to reproduce (*)
- Have the session handler configured as
<session_save>db</session_save> - Update to OpenMage 20.1.0 using composer
- Clear the
core_sessiontable (not required but makes it easier to check the result) - Browse your store, add things to cart
Expected result (*)
- Sessions should be stored in the database and not in Redis. OpenMage should respect the
session_saveconfiguration
Actual result (*)
- The
core_sessiondoes not have any new sessions (because they are now in Redis) - The session handler gets rewritten by the
Cm_RedisSessionmodule and the database handler is ignored. The moduleCm_RedisSessionis installed and enabled by default.