I am trying to run this command:
find /var/www/vhosts/example.com/httpdocs/var/session/ -name "*" -print0 | xargs -0 rm
It always g