Millions of files in php's tmp error - how to delete? [closed]

find /tmp -name "sess_*" -exec rm {} \;


I'm using this method to delete 2.3 million - looks like it will be finished in about 10-15 minutes

http://www.binarysludge.com/2012/01/01/how-to-delete-millions-of-files-linux/