Quote (carteblanche @ Jun 10 2015 08:24pm)
odds are you won't use a static html page. when logging in, you'll use some kind of authorization token with a timeout period. when they request your page, check the token. if it's not valid, then don't show the content, but redirect to login page.
if you're doing this by hand, i'll assume you already have the javascript/backend language/database knowledge. if not, look into hiring someone or looking for a framework/template to do it for you.
I appreciate you help XD. I will do the following process unless someone else suggest differently... Looking for a framework/template to do it for me.
Not in a rush but would like to have this information under maybe one or two logins that I can change for authentication, maybe even make a login for each user I allow access to. Not planning to have over 100+ until three month, then about maybe 50 each month.