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 @@ -1422,8 +1422,8 @@ session.gc_maxlifetime = 1440
1422
1422
; (see session.save_path above), then garbage collection does *not*
1423
1423
; happen automatically. You will need to do your own garbage
1424
1424
; collection through a shell script, cron entry, or some other method.
1425
- ; For example, the following script would is the equivalent of
1426
- ; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
1425
+ ; For example, the following script is the equivalent of setting
1426
+ ; session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
1427
1427
; find /path/to/sessions -cmin +24 -type f | xargs rm
1428
1428
1429
1429
; Check HTTP Referer to invalidate externally stored URLs containing ids.
Original file line number Diff line number Diff line change @@ -1426,8 +1426,8 @@ session.gc_maxlifetime = 1440
1426
1426
; (see session.save_path above), then garbage collection does *not*
1427
1427
; happen automatically. You will need to do your own garbage
1428
1428
; collection through a shell script, cron entry, or some other method.
1429
- ; For example, the following script would is the equivalent of
1430
- ; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
1429
+ ; For example, the following script is the equivalent of setting
1430
+ ; session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
1431
1431
; find /path/to/sessions -cmin +24 -type f | xargs rm
1432
1432
1433
1433
; Check HTTP Referer to invalidate externally stored URLs containing ids.
You can’t perform that action at this time.
0 commit comments