Skip to content

Commit ccf6439

Browse files
Remove config/php.ini and update session save path
Deleted the redundant config/php.ini file and set the session.save_path in php/8.2/php.ini to 'C:/box/DevStackBox/tmp/sessions' for improved session management.
1 parent 3de6ecc commit ccf6439

2 files changed

Lines changed: 1 addition & 92 deletions

File tree

config/php.ini

Lines changed: 0 additions & 91 deletions
This file was deleted.

php/8.2/php.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@ session.save_handler = files
13691369
; where MODE is the octal representation of the mode. Note that this
13701370
; does not overwrite the process's umask.
13711371
; https://php.net/session.save-path
1372-
;session.save_path = "/tmp"
1372+
session.save_path = "C:/box/DevStackBox/tmp/sessions"
13731373

13741374
; Whether to use strict session mode.
13751375
; Strict session mode does not accept an uninitialized session ID, and

0 commit comments

Comments
 (0)