Re: [PHP] uniqid function

2004-07-05 Thread Michael Gale
Thanks for the reply. Michael. On Tue, 6 Jul 2004 06:38:57 + Curt Zirzow <[EMAIL PROTECTED]> wrote: > * Thus wrote Michael Gale: > > Hello, > > > > I have a question about the uniqid function ... on a loaded > > system ... > > lets say 60 people connected with each person making 2-

Re: [PHP] uniqid function

2004-07-05 Thread Curt Zirzow
* Thus wrote Michael Gale: > 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))

[PHP] uniqid function

2004-07-05 Thread Michael Gale
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_na