I was reading this article: http://www.devarticles.com/c/a/PHP/Creating-a-Membership-System/2/
I am not sure if I understand sessions properly. Do I have to start a session for each member protected page? or do I just have to create one session and check if the user is in a session on each and evey page? how would I do that? Examples apprecited! :)