I've a site using the http://www.sitepoint.com/print/users-php-sessions-mysql log in system. Problem is when I click on a "member-only-link" it directs me to the loggon page saying I'm not logged in. If I just push backspace and try the same link again it'll accept me and I'm logged in on that site too.
Anyone had the same problem and could tell immediately what the problem is?
Thanks,
Kristofer
I think I fixed the problem myself. Seems like I have to create the sessions on every page instead of just having it in my accessing.php file. :S