Hi there,
I have this code to store user_loggedin in session vars:
session_start();
$user_loggedin = "15"; // 15 from db
session_register ("user_loggedin");
The problem is that when I close the browser and re-open it I am still logged in 🙁 even next day I was still logged in
I don't know what happened, and/or if I changed some code, but before it log me out if I close the browser and re-open it