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
14491449; (see session.save_path above), then garbage collection does *not*
14501450; happen automatically. You will need to do your own garbage
14511451; 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):
14541454; find /path/to/sessions -cmin +24 -type f | xargs rm
14551455
14561456; 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
14511451; (see session.save_path above), then garbage collection does *not*
14521452; happen automatically. You will need to do your own garbage
14531453; 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):
14561456; find /path/to/sessions -cmin +24 -type f | xargs rm
14571457
14581458; Check HTTP Referer to invalidate externally stored URLs containing ids.
You can’t perform that action at this time.
0 commit comments