Skip to content

Commit

Permalink
Added back session rewrite for backwards compatibility (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexherbs authored Feb 22, 2023
1 parent 6066dd9 commit a7dd1a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/code/community/Cm/RedisSession/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</modules>
<global>
<models>
<core_resource>
<rewrite>
<session>Cm_RedisSession_Model_Session</session>
</rewrite>
</core_resource>
<cm_redissession>
<class>Cm_RedisSession_Model</class>
</cm_redissession>
Expand Down

0 comments on commit a7dd1a4

Please sign in to comment.