Hi
i have a problem with regard to sessions. This is my main code inside login.php
$_SESSION['name'] = $name;
$url = "Location: stu_login.php?PHPSESSID=". session_id();
Header($url);
Basically after i login, it shows the stu_login page. The problem is when i click on logout, it will go back to the login screen. But when i click on the back button on my browser, it goes back to the stu_login page.