-
Bug
-
Resolution: Fixed
-
Minor
-
2.6.1
-
MOODLE_26_STABLE
-
MOODLE_25_STABLE, MOODLE_26_STABLE
-
MDL-38565 introduced a change where, in order to be available as a session store, a store plugin had to implement cache_is_searchable.
The MongoDB and memcached stores do not implement this interface, and are therefore unavailable as session caches, but still report that they are, in the cache configuration interface as well as the code.
- has a non-specific relationship to
-
MDL-40623 can't choose my memcache store instance for session on editmodemappings form
- Closed
- has been marked as being related by
-
MDL-45653 memcache stores report MODE_SESSION but can't be used
- Closed
- is a regression caused by
-
MDL-38565 When a cache store is set to MODE_SESSION it should include the userid in the keys.
- Closed