How to disable custom session.save_path per user?

CheGuevara

Verified User
Joined
Nov 23, 2009
Messages
26
Hi,

I am using redis for php sessions on the whole server. For some reason in one of the last updates this got broken and now php tries to store sessions in /home/user/tmp , but the session handler is still taken from main php.ini file and equals to redis. So as a result sessions don't work at all. How can I fix this?
 
Back
Top