I use redis
[1]. Yes, it is not the latest version, but it works fine. For php I use x64 Thread safe 7.3
[2] with the redis 4.2 driver
[3] I also changed the session handler from files to redis
Code
[Session]
; Handler used to store/retrieve data.
; http://php.net/session.save-handler
session.save_handler = redis
session.save_path = "tcp://127.0.0.1:6379"
extension=igbinary
extension=redis
session.save_handler = redis
session.save_path = "tcp://127.0.0.1:6379"
[1]
https://github.com/microsoftarchive/...64-3.0.504.msi
[2]
https://windows.php.net/downloads/re...2-VC15-x64.zip
[3]
https://windows.php.net/downloads/pe...s-vc15-x64.zip