I've implemented a mysql-based session interface in php. I just found out that if I log in to my account using browser A (e.g. Chrome), and then I log in to the same account in another browser B (e.g. IE), each browser is assigned 2 separate session ids. How can I make it such that when I log in again using browser B, I retain the active session of the previous browser A?
Eldeki sorunu ben oturumda bazı bilgileri depolamak kulüpler ve veriler farklı tarayıcılarda aynı kullanıcılar arasında senkronize ediliyor ve yıkım yıkım değil olmasıdır. : S
Bunu başarmak için bir yol var mı?
Teşekkürler!