Forum Moderators: coopster
An article about session fixation [en.wikipedia.org]
And session regenerate ID from the
manual [us2.php.net]
this should address some of your concerns
In all probability, SID should be more secure than unique, because the possiblity of collisions is very hard to make it.
So, i think more secure Yes - like You told before (/dev/random), but unique SID is a problem witch doesn't not exists, so we don't care.
Of course if we talking about simple web service, not about military bomb sender:P
pass it around
the same user from the same user agent using the same string will right away exit() if a session is stollen