Kullanıcı başarılı bir şekilde oturum açtıktan sonra, ben veritabanında giriş = true saklayın. Kullanıcı çıkış butonuna tıklayarak olmadan tarayıcıyı kapatarak çıktınız Ama eğer nasıl kontrol edebilirim? Ve aynı zamanda, nasıl giriş sayfasını 10 dakika boyunca etkin olmuştur kullanıcıyı yönlendirmek?
Ben php ve mysql kullanıyorum. Herhangi bir yardım mutluluk duyacağız.
EDIT: Sorry if my question is not clear. I did use session to store whether they are logged-in or not. But, now I want to store the info in database, so that I can display their status on other pages. Let's say user1 has 3 friends. When displaying all his friends, user1 want to know whether his friends are online or offline. This is what I want. Any advise?