Can you tell me if i require to check the session logged value at the top of each page. I have a session variable 'logged' that is set to true if the user logins correctly, after that they are allowed access to the site, but do i need to check for this value at each page to ensure they cannot jump straight into that page by entering it in the url. Also should this be a general function in an include file for better programming?
Thanks in advance.