File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1453,7 +1453,7 @@ session.gc_maxlifetime = 1440
1453
1453
; collection through a shell script, cron entry, or some other method.
1454
1454
; For example, the following script would is the equivalent of
1455
1455
; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
1456
- ; cd /path/to/sessions; find -cmin +24 | xargs rm
1456
+ ; find /path/to/sessions -cmin +24 | xargs rm
1457
1457
1458
1458
; PHP 4.2 and less have an undocumented feature/bug that allows you to
1459
1459
; to initialize a session variable in the global scope.
Original file line number Diff line number Diff line change @@ -1461,7 +1461,7 @@ session.gc_maxlifetime = 1440
1461
1461
; collection through a shell script, cron entry, or some other method.
1462
1462
; For example, the following script would is the equivalent of
1463
1463
; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
1464
- ; cd /path/to/sessions; find -cmin +24 | xargs rm
1464
+ ; find /path/to/sessions -cmin +24 | xargs rm
1465
1465
1466
1466
; PHP 4.2 and less have an undocumented feature/bug that allows you to
1467
1467
; to initialize a session variable in the global scope.
You can’t perform that action at this time.
0 commit comments