RE: Ubuntu 14.04 sessions not clearing fix
05-07-2017, 04:10 AM
(This post was last modified: 05-07-2017, 05:10 AM by FernandoGarcia.)
For now my solution was:
Waiting to see if cron will work.
The cron is working now.
Thanks for this fix.
PHP Code:
rm -r /var/sentora/sessions
mkdir -p /var/sentora/sessions
sudo chown -R www-data:www-data /var/sentora/sessions
chmod 777 /var/sentora/sessions
Waiting to see if cron will work.
The cron is working now.
Thanks for this fix.