Level 21
Sessions are maintained via cookies, which are unique to each browser. If you need to share that data between multiple browsers, you'll need to use another mechanism (i.e. store it in a database).
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
i have saved data at session and i can get and save it and do what ever i want but when i try to open/login in the application from another browser this data gone what is the problem and how can i get share these data between browsers
Please or to participate in this conversation.