i have fixat this error
Notice: A session had already been started - ignoring session_start() in C:\Apache Group\Apache2\htdocs\Flameline\login\isloggedin.php on line 2
but the seconde on wount work....
here is the code and nothing is worng with this one!!!
<?
if ($_SESSION["isloggedin"] == "0") {
echo "You have not logged in";
exit;
}
?>
not that i have configured this in php.ini session.auto_start = 1