Fixed php session.save_path
This commit is contained in:
parent
0ed6c48d3d
commit
f7b16106ee
1 changed files with 1 additions and 1 deletions
|
@ -1343,7 +1343,7 @@ session.save_handler = files
|
||||||
; where MODE is the octal representation of the mode. Note that this
|
; where MODE is the octal representation of the mode. Note that this
|
||||||
; does not overwrite the process's umask.
|
; does not overwrite the process's umask.
|
||||||
; http://php.net/session.save-path
|
; http://php.net/session.save-path
|
||||||
;session.save_path = "/var/lib/php5"
|
session.save_path = "/tmp"
|
||||||
|
|
||||||
; Whether to use strict session mode.
|
; Whether to use strict session mode.
|
||||||
; Strict session mode does not accept uninitialized session ID and regenerate
|
; Strict session mode does not accept uninitialized session ID and regenerate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue