0%

PHP配置文件

PHP配置文件

Session 存储改为 redis

1
2
session.save_handler = redis
session.save_path = "tcp://127.0.0.1:6379?auth=1234&database=1"