You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing I found that my /usr/local/tmp/sessions/ folder was filling the 300M limit. There doesn't seem to be a phpcleanup timer or cronjob for CentOS.
I set session.gc_probability = 1 and session.gc_divisor = 100 in php.ini to have php run garbage collection with a 1% chance per session.
The text was updated successfully, but these errors were encountered:
After installing I found that my /usr/local/tmp/sessions/ folder was filling the 300M limit. There doesn't seem to be a phpcleanup timer or cronjob for CentOS.
I set session.gc_probability = 1 and session.gc_divisor = 100 in php.ini to have php run garbage collection with a 1% chance per session.
The text was updated successfully, but these errors were encountered: