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