$a = session_id();
if(empty($a)) session_start();
$sid = session_id();
So i generate my session id with this three lines. It works perfect but i have a problem with reseting it. Can anyone give me a simple method on how to reset the current session_id and generate a new one?