问题
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