hello!

i have a script below, my question is, will there be a chance that i will get thesame 
$sessionid. 


if (!$sessionid) {
 $sessionid = md5(uniqid(rand()));
 SetCookie("sessionid","$sessionid",time()+1314000);
}

Reply via email to