Session Caching / Session Locking

Re: Session Caching / Session Locking

by Howard Miller -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
I think you're slightly confused. There's no such thing as session caching. You can set up an alternate session driver in config.php and that's what you've done. Using redis.

The cache admin settings are for 'caching' (nothing to do with sessions) for which you are currently using Memcached. There's nothing in there that concerns sessions.

I'm not sure why you used both Redis and Memcached. Redis would happily do both.
Average of ratings: Useful (1)