Libmemcached and caching sessions

ehsanix

Member
Hello,
I have libmemcached configured and I am using it for session caching as well (config.php settings)
So I was wondering why I have still lots of queries like this?
Code:
 Waiting for table level lock | INSERT INTO xf_session_activity ...
 
Top Bottom