member id works fine for me. I use it the following way:
If MemberID=# or MemberID=# or MemberID=# Then
write the content
else
write message telling them they are not allowed to view the page or a response.redirect command to redirect users not allowed to view, to some other page
end if
<