-
-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cm_RedisSession default to true #379
Comments
+1
haha did not even realize this - as a result, I see we are also using
core_session DB (instead of Redis)
…On Fri, Nov 17, 2017 at 2:30 PM, Carsten Bohuslav ***@***.***> wrote:
Affected file: /app/etc/modules/Cm_RedisSession.xml
Could we set the Default value for the module to be true?
When you just update the core you overwrite this file and deactivate your
Redis integration and Magento will write the sessions into the MySQL
Database.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#379>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAn0axFm5uNK_1JNbsoE7m3RjLrimz-Qks5s3YqAgaJpZM4QiClW>
.
|
what if store is not using redis for sessions? |
It does not harm enabling Cm_RedisSession by default. But IMHO any module not being used, should be disabled. In my experience, only "bigger" shops/setups use Redis for session storage (I can see no reason for Redis on a simple single instance shop with SSD file-storage for example). |
true. I use Redis only for FPC |
There are a couple things going on here:
If I remember correctly the newer version that uses the abstracted handler that is shared with M2 actually removes this fallback functionality. I don't think it is the best situation since with the fallback people can think they're using one and in fact be using another. Enabling it by default and then removing the fallback could be disastrous to those using the MySQL handler. |
Thanks for the clarification on this point.Imho we can close this then and reference to it if someone askes for the consequences of it. |
Affected file: /app/etc/modules/Cm_RedisSession.xml
Could we set the Default value for the module to be true?
When you just update the core with unzipping the tar.gz you overwrite this file and deactivate your Redis integration and Magento will write the sessions into the MySQL Database.
The text was updated successfully, but these errors were encountered: