4

Possible Duplicate:
How unique is the php session id

Can there be a duplicate PHP Session ID?

I have not had this problem, but i want to see if this could be a issue in the future.

Community
  • 1
  • 1
M. of CA
  • 1,496
  • 2
  • 22
  • 32

2 Answers2

4

It is possible, but unlikely in most cases.

joakimdahlstrom
  • 1,575
  • 1
  • 11
  • 23
0

If I were one of php's developers I would check wether the generated session id matches any of existing ones, and generate a new one until I get unique data. And if I saw this way, I'm sure of php developers did indeed