I am using PHP 4 with session variables.
I want to ensure that the user has logged into the site before viewing specific pages.
If the user remembers the URL they could navigate to it without logging in.
My question is how can I stop a user from viewing pages until they have successfully logged in.
Any help please?
Many Thanks
BB :-)