Skip to content

Cm_RedisSession Module Rewrites Session Handler #3464

@rvelhote

Description

@rvelhote

Preconditions (*)

  1. Have the session handler configured as <session_save>db</session_save>
  2. Update to OpenMage 20.1.0 using composer

Steps to reproduce (*)

  1. Have the session handler configured as <session_save>db</session_save>
  2. Update to OpenMage 20.1.0 using composer
  3. Clear the core_session table (not required but makes it easier to check the result)
  4. Browse your store, add things to cart

Expected result (*)

  1. Sessions should be stored in the database and not in Redis. OpenMage should respect the session_save configuration

Actual result (*)

  1. The core_session does not have any new sessions (because they are now in Redis)
  2. The session handler gets rewritten by the Cm_RedisSession module and the database handler is ignored. The module Cm_RedisSession is installed and enabled by default.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions