CTXMedia
Well-known member
I've been tweaking my server today and replaced my Libmemcached backend cache with APCu because it's faster (in my set-up).
Unfortunately, with cacheSessions enabled everyone gets logged out anytime you stop/start or restart Apache because it flushes the APCu cache.
The "fix" was removing the cacheSessions line from /library/config.php and reverting back to the default of storing of session data in the XF SQL tables.
However, I wondered if there is any way to reenable cacheSessions but point it separately at Libmemcached?
Thanks,
Shaun
Unfortunately, with cacheSessions enabled everyone gets logged out anytime you stop/start or restart Apache because it flushes the APCu cache.
The "fix" was removing the cacheSessions line from /library/config.php and reverting back to the default of storing of session data in the XF SQL tables.
However, I wondered if there is any way to reenable cacheSessions but point it separately at Libmemcached?
Thanks,
Shaun