On Mon, January 30, 2006 11:54 pm, Jacques wrote:
> Is it possible that the PHP engine can generate duplicate session id's
> for
> one application? Can one assume that the session id generated and
> saved in a
> database will always be unique (never to be repeated)?

I think the odds are pretty good against, but there's no guarantee of
uniqueness...

If you replace the usual 'file' session handler with 'user' you could
check for yourself easily enough, I should think...

-- 
Like Music?
http://l-i-e.com/artists.htm

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

Reply via email to