trillions of session files
-
Today I discovered that
/app/data/writable/sessioncontained so many files thatls -lafailed. The result: the backup took an absolute age.I've now set up a cron job to delete the folder every week.
Let's see if this works. -
Castopod seems to use default php session functionality. Maybe we have to explicitly set https://www.php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime though it should have a sane default according to docs.
How does your session cleanup script look like? Maybe we have to add this to the package then.
-
Castopod seems to use default php session functionality. Maybe we have to explicitly set https://www.php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime though it should have a sane default according to docs.
How does your session cleanup script look like? Maybe we have to add this to the package then.