I'm working on a site(asp.net/VB/sql some html) that needs to have a user login that would allow the user to see pricing, special documents etc. I do not need a community type site login where users have access to directories or pages. What I need is a good way to say: IF the USER is logged in then show this field or this link. The problem comes in when the users moves from page to page (most pages are aspx but some may be html).
I thought about passing a var to each page when the user moves from page to page but Im not sure about passing it to an html page then back to and asp page.(the html pages are being created by an outside vendor).
What would be the best way to do this? Examples pleazzzzz