Re: [PHP] User validation and Session management

2002-03-25 Thread Justin French
There is a pretty good tutorial on a simular topic on Site Point... it deals with restricting SOME pages of a website, and would be reasonably easy to adapt to work with a permissions table -- although I'd keep the user_id in a session, and check if *THIS USER* has permission for *THIS PAGE*, rath

[PHP] User validation and Session management

2002-03-25 Thread javier
Hi, I'm new to the newsgroup. I would like to know how can I do with php to keep user track and let him or not access to specified pages. I thought about validating (u/p) first and then giving a session variable. And then on each script I would check sessionID with a permissions table.