Hi, bascially I have a website where users can login, this is done in php using sessions.
I want some of the pages to be blocked to people who are not logged in, when a session is not active, and then to redirect them to another page if this is the case.
Does anyone know some code that could...