开发者

PHP Session ID Duplication? [duplicate]

开发者 https://www.devze.com 2023-03-13 18:54 出处:网络
This question already has answers here: Closed 11 years ago. 开发者_开发百科 Possible Duplicate:
This question already has answers here: Closed 11 years ago. 开发者_开发百科

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.


It is possible, but unlikely in most cases.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消