You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Feedback on page: /guides/v2.1/config-guide/memcache/memcache.html
We recommend you use memcached for session storage. The Redis session handler in the phpredis PHP extension does not support session locking, which might cause issues with distributed systems and applications that rely on Ajax.
I don't see a reference to this issue on page: /guides/v2.1/config-guide/redis/redis-session.html - are we able to verify this issue and update the other page if confirmed. Linking to an appropriate bug report is available? ( phpredis/phpredis#37 ? ) Cm_RedisSession seems to say it does "optimistic" locking - so I guess it makes an attempt anyway?
If memcache is the recommendation for sessions, can we get this written in more places (eg. /guides/v2.1/install-gde/system-requirements-tech.html )?