hi,
i have created a site with a log in page and i dont want ppl to be able to access other pages before loging in. I am using php and the only way that i found to do that is just to check for some variables of the session and then allow the user to enter. e.g if(!$_SESSION['email']) go to the log in page.
Is there any other way, more "proffesional"? :)
Thanx