I have a website www.example.com When a user logs in when he visits http://example.com and then when he browses http://www.example.com, he is shown as NOT logged in. I think the reason is that the cookies set when he visited http://example are not being sent to the server when the same user visits http://www.example.com
Ben o sitelerden herhangi birinde oturum açtığında siteleri hem de oturum olarak kullanıcı gösterilmesini istiyorum. Ben bir mobil site var da http://m.example.com. Ben de burada açmış gibi kullanıcı gösterilmesini istiyorum.
Benim web uygulaması için PHP ve Zend Framework kullanıyorum.