dustbunny
11-05-2002, 09:35 PM
All I wanted to do was have a redirect to the login page if the user is not a member; to have a password protected site.
I found a unique way to have a login and password system using flash and a txt file. That part is taken care of.
Free services to password protect my site wasn't the answer in my case due to the limitations.
I found a script that uses ASP but my host told me that I couldn’t use ASP.
I know now that using REFERER is not reliable.
I found a JavaScript that can send a cookie and it can be checked if the user is a member.
But can someone forge a cookie?
There must be an easy way to do this I thought maybe I could post this here in the hopes of finding a simple solution.
Thanks for reading,
Dustbunny
I found a unique way to have a login and password system using flash and a txt file. That part is taken care of.
Free services to password protect my site wasn't the answer in my case due to the limitations.
I found a script that uses ASP but my host told me that I couldn’t use ASP.
I know now that using REFERER is not reliable.
I found a JavaScript that can send a cookie and it can be checked if the user is a member.
But can someone forge a cookie?
There must be an easy way to do this I thought maybe I could post this here in the hopes of finding a simple solution.
Thanks for reading,
Dustbunny