I have done a small site with sessions. If you log in then go straight to the page that only lets you see it if you are logged in, that is fine.
If you log in then go round the site THEN go to the special page it says you are logged out.
How do you keep track all the way round?
I thought you just had to have:
<?
session_start();
?>
at the top of each page?
Cheers
James
If you log in then go round the site THEN go to the special page it says you are logged out.
How do you keep track all the way round?
I thought you just had to have:
<?
session_start();
?>
at the top of each page?
Cheers
James