Hi, I'm having this problem with sessions and it goes a bit like this.
The user logs on to the system, checks for username and password in the database. If it is correct, then a session variable is created equal to the username ID. Then are they redirected to the main page, which, like all pages afterwards, is checked to see if the session variable exists. If it doesn't, go to a page telling them to login in again. Else, just let them go anywhere. So the user clicks on a link and see a new page. But if he tries to go anywhere else, even back home (through clicking a link, not a back button) he is told to login again. Now, if he logs in again, everything works perfect. I don't get why it does this. Here is my session stuff in my php.ini I think this might be the problem. Anyone have any idea?