cd /var/lib/php5 find . -name "sess_*" -print | xargs rm -v
针对Ubuntu,在php.ini中设置session.gc_probability的值为1, 因为Ubuntu默认该值为0