What happens if session name is same on two different websites?

后端 未结 7 1121
渐次进展
渐次进展 2021-01-13 07:23

I have a two diff. project on my XAMPP say it is Project1 and Project2.
When i login with Project1, i check authentic

7条回答
  •  误落风尘
    2021-01-13 08:00

    Nothing will happen. Because the other Site uses its own database (with own session and user tables). It would only matter if two Sites share the same Database, same tables and same session handling.

提交回复
热议问题