Session in different applications Symfony2

隐身守侯 提交于 2019-12-25 03:27:14

问题


I have three Symfony2 applications running on different servers, I can not keep me logged in on more than one application at the same time.

When I do I log into one of the applications automatically when I try to access another application in which I was already logged in I am required to login again.

I believe they are sharing a session ID or something.

Could someone enlighten me what happens and how to solve this problem?

Thank you

来源:https://stackoverflow.com/questions/24891328/session-in-different-applications-symfony2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!