Hello,

        I have a question about the uniqid function ... on a loaded system ...
lets say 60 people connected with each person making 2-3 web request per
second.

Each request running the following php command:

"$token_name=md5(uniqid(rand(), true));"

What would the odds be of the $token_name being repeated ? Is this
something I would have to worry about ?.

Michael.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to