www.php.net - Sessions Online Manual. It has everything you need. Basicly you need to start/restart the session at the begin of every php file by using session_start(). After that you can freely do what ever you want with the $_SESSION super-global. There is one more little thing tho, you need to keep passing the session id to every request either via the URL parameters or cookies. Read up on the page i pasted above.
As for the implant-ation...there are a number of ways todo this, the easiest way would be to set a variable when a user logs in and checking it where needed then doing the appropriate action (either restrict him or display the page).
Signature/Avatar nuking: none (can be changed in your profile)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum