I have built a small website for a community project, the project currently has no funds for proper website domain hosting, so we are hosted by a free host with no CGI.
We need a members only section, I have a small javascript that provides user id and password protection, but once into the members section, its possible for members to bookmark the protected page and come back at a later date (not very secure!), whilst we do not need heavy security, I need some protection.
Anyone any ideas on:
1) A small script that can check someone came from the members page from our domain (if not they will have to enter their user id and password)
2) Forces members to enter user id and password after a period of inactivity (say 1 hour).
Many thanks in advance.
We need a members only section, I have a small javascript that provides user id and password protection, but once into the members section, its possible for members to bookmark the protected page and come back at a later date (not very secure!), whilst we do not need heavy security, I need some protection.
Anyone any ideas on:
1) A small script that can check someone came from the members page from our domain (if not they will have to enter their user id and password)
2) Forces members to enter user id and password after a period of inactivity (say 1 hour).
Many thanks in advance.