Transfer session across server in PHP

后端 未结 6 1099
陌清茗
陌清茗 2021-01-12 03:38

I need to transfer the user session across servers. ie. If user logged in server1 and if the user exists in server2 , then I have to transfer the user session details to ser

6条回答
  •  既然无缘
    2021-01-12 04:04

    I think to store an id of a user in DB is the most appropriate way to do this.It is an error proof way.

    Cheers

提交回复
热议问题