Hi Brian,
You can't really prevent that; users will be able to pass in anything they want in the URL and you can't stop them.
What you'll need to do is run a check at the beginning of the page and see if the current user has sufficient rights to view the requested page. You could create a method that passes the UserID and the requested Item ID to a database that then determines whether they can view it or bot. If not, redirect them away from the page, and show the item if they do have enough rights.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|