Login Authentication Php

$id = md5(uniqid(rand()));
echo "$id";
?>