hi all,
i had a problem with logout.Even after clicking on logout,if we press back button i am able to see the details. i am destroing the sessions also. so can any one help me....
Thank u.
<?php
ob_start();
@session_start();
require_once ("check.php");
session_destroy();
echo "<strong style='color:#FF3333'>"."<left><h1>Successfully logged out.</h1></left>"."</strong>";
?>
<html>
<link rel="stylesheet" type="text/css" href="style.css"/>
<body>
<table><tr><td><a href="login.php"><h1>Login Again ?</h1></a></td></tr></table></body></html>