J jose miguelg Basic Pleskian Dec 29, 2013 #1 Hello, today we are realise that we find a lot of sesseions active without IP and without name, we attached a picture of this. thanks Attachments Captura.jpg 85.3 KB · Views: 10
Hello, today we are realise that we find a lot of sesseions active without IP and without name, we attached a picture of this. thanks
IgorG Plesk addicted! Plesk Certified Professional Dec 29, 2013 #2 What sort of output of following SQL query in psa database: mysql> select * from sessions;
J jose miguelg Basic Pleskian Dec 30, 2013 #3 I do this, but dont' appears anything. I attached a image.
IgorG Plesk addicted! Plesk Certified Professional Dec 30, 2013 #4 You should login to psa database first. You can use # plesk db command for this.
IgorG Plesk addicted! Plesk Certified Professional Dec 30, 2013 #6 What is your Plesk version? 'plesk db' command is actual only for Plesk 11.5 If you have other version, login to psa database with # mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa
What is your Plesk version? 'plesk db' command is actual only for Plesk 11.5 If you have other version, login to psa database with # mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa
IgorG Plesk addicted! Plesk Certified Professional Dec 30, 2013 #9 Now just try to delete these sessions with mysql> delete * from sessions; And check you initial page.
Now just try to delete these sessions with mysql> delete * from sessions; And check you initial page.
J jose miguelg Basic Pleskian Dec 30, 2013 #10 ok. we delete all the sessions, but why appears all this sessions???