sorry, i was going to include that in my last post but i forgot =\
menu.php is just used as an example, it's not part of the membership system.
all you need to do it have the if statement: if($_SESSION['s_logged_n'] == 'true')
include 'process.php' doesn't need to be used on any pages
except those you wish the user to have functionality such as changing their password etc on, if you look at
process.php you will see that it is comprised simply of a bunch of action processing commands.
have fun