Fixed php session.save_path

This commit is contained in:
Ciaby 2014-08-24 14:29:36 -05:00
parent 0ed6c48d3d
commit f7b16106ee

View file

@ -1343,7 +1343,7 @@ session.save_handler = files
; where MODE is the octal representation of the mode. Note that this
; does not overwrite the process's umask.
; http://php.net/session.save-path
;session.save_path = "/var/lib/php5"
session.save_path = "/tmp"
; Whether to use strict session mode.
; Strict session mode does not accept uninitialized session ID and regenerate