File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1449,8 +1449,8 @@ session.gc_maxlifetime = 1440
1449
1449
; (see session.save_path above), then garbage collection does *not*
1450
1450
; happen automatically. You will need to do your own garbage
1451
1451
; collection through a shell script, cron entry, or some other method.
1452
- ; For example, the following script would is the equivalent of
1453
- ; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
1452
+ ; For example, the following script is the equivalent of setting
1453
+ ; session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
1454
1454
; find /path/to/sessions -cmin +24 -type f | xargs rm
1455
1455
1456
1456
; Check HTTP Referer to invalidate externally stored URLs containing ids.
Original file line number Diff line number Diff line change @@ -1451,8 +1451,8 @@ session.gc_maxlifetime = 1440
1451
1451
; (see session.save_path above), then garbage collection does *not*
1452
1452
; happen automatically. You will need to do your own garbage
1453
1453
; collection through a shell script, cron entry, or some other method.
1454
- ; For example, the following script would is the equivalent of
1455
- ; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
1454
+ ; For example, the following script is the equivalent of setting
1455
+ ; session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
1456
1456
; find /path/to/sessions -cmin +24 -type f | xargs rm
1457
1457
1458
1458
; Check HTTP Referer to invalidate externally stored URLs containing ids.
You can’t perform that action at this time.
0 commit comments