Frontpage Email Question

R

Russ

How do I build a website where the user must enter in a email address to get
to other pages on my website, I use Frontpage 2003 any help is much
appreciated.
 
T

TWhizTom

Russ,

Check into setting a cookie or session state after user submits their email
address on the "login" page. On pages where you need them to be logged in,
verify the cookie or the session state. If it doesn't exist, return them to
the log in page. Of course, this will not stop them from putting in a bogus
email address.
 
Top