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);
}
- Re: [PHP-DB] sessionid J-E-N
- Re: [PHP-DB] sessionid Justin Buist
