I read in the php manual that if session.save_path is set to something like /tmp, it poses a security violation. Does this security risk still exist if the session is saved in a mysql database using some session functions like in Ying's tutorial?
Pras