From 68e2da63622938396df91d617f496ebad5df3e4d Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Sun, 15 Mar 2020 14:11:40 +0100 Subject: Fix typo in php.ini comment --- php.ini-development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php.ini-development') diff --git a/php.ini-development b/php.ini-development index a2167e8395..c365201809 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1449,8 +1449,8 @@ session.gc_maxlifetime = 1440 ; (see session.save_path above), then garbage collection does *not* ; happen automatically. You will need to do your own garbage ; collection through a shell script, cron entry, or some other method. -; For example, the following script would is the equivalent of -; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes): +; For example, the following script is the equivalent of setting +; session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes): ; find /path/to/sessions -cmin +24 -type f | xargs rm ; Check HTTP Referer to invalidate externally stored URLs containing ids. -- cgit v1.2.1