
28th January 2011, 08:32
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,883
Thanks: 691
Thanked 4,188 Times in 3,205 Posts
|
|
Please run:
rm -f /var/lib/php/session/sess_*
to delete all old sessions and then run:
chmod 777 /var/lib/php/session
to make sure that the apache user can write into that directory.
|