I have a simple community website for a school, it has a members section, and again a simple java password system to enter the members pages.
The only security drawback is that if someone bookmarks the "members.htm" page, then can browse the web and come straight back to it at anytime, also anyone can just type the "members.htm" URL and get straight into the page.
I pplayed around with the HTTP_REFERRER function, trying to ensure that everyone came to the "members.htm" page directly from the "logon.htm" page, but it didn't work, when I checked, i wasn't passing any referrer information.
Is there a simple and FREE answer to this ? Would cookies help? How do I set them?
Remember this is a small scale community website, I just need to deter the casual sufer, plus the free hosting we have doesn't support any client side scripts :-(
Any help would be appreciated.
The only security drawback is that if someone bookmarks the "members.htm" page, then can browse the web and come straight back to it at anytime, also anyone can just type the "members.htm" URL and get straight into the page.
I pplayed around with the HTTP_REFERRER function, trying to ensure that everyone came to the "members.htm" page directly from the "logon.htm" page, but it didn't work, when I checked, i wasn't passing any referrer information.
Is there a simple and FREE answer to this ? Would cookies help? How do I set them?
Remember this is a small scale community website, I just need to deter the casual sufer, plus the free hosting we have doesn't support any client side scripts :-(
Any help would be appreciated.