Web page logins, how to do them?
What's a way to implement a page login on a single page of a site. The main page and most material will be available to all people, but a section will be available to only authorized users. Can anyone point me in the right direction? It doesn't have to be incredibly secure like an online credit card transaction page, as the information isn't that sensitive. Just something so your average user can't stumble in and view it.
Comments
Suppose a person wants to access the TechNotes on this site (..just an example, ok) and he's not registered. There's gotta be a session cookie or something like that to keep track of the status of this user (guest, member, etc). Then when the person requests the TechNotes page, the cookie's will be checked and be redirected to the appropirate page, technotes or registration, respectively.
The crux of the matter is that separate pages must be maintained for different levels of access.
HTH
2lbs.
Magnanimous as the ocean, persistent as time.
some webhosts will allow access to folders and files on a website by password protecting them. this can normally only be done via a control panel such as plesk or cpanel or via the host's website.
Databases are still the way to go