Remove PHP Sessions

At times, due to mis-configuration or a bug, the session data may not have been removed automatically by PHP cron. So, use the following to remove all the sessions files…

find /var/lib/php/ -name "sess_*" -print -delete

2 thoughts on “Remove PHP Sessions

Leave a reply to yourfriend78640 Cancel reply