is it possible to make session for all browser

雨燕双飞 提交于 2019-12-10 12:28:52

问题


sorry for my bad english
i'am asking if it's possible to make session work for all browser
for example if i create $_SESSION['pseudo'] rom X browser the other Y ,Z browsers can detect it


回答1:


Each website on browser save their own session and each browser save their own too. So the answer is you can not do this except of using cookie to access data from another browser, but i think it is not a brilliant idea to do. Just use session and cookie as the way they born, that's the best way to do.



来源:https://stackoverflow.com/questions/32430977/is-it-possible-to-make-session-for-all-browser

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