actually, most likely you are looking not just password checking but also session
management.

The easiest way is to take advantage of mod_auth which come with apache by default 
(consult
this part of the apache faq for more detail
http://httpd.apache.org/docs/misc/FAQ.html#user-authentication)

or if you plan to build something of your own... try mod_perl and make use of handler,
consult "the Eagle book" (writing apache modules with perl and c from o'reilly) for 
more
detail and example.

Tor.

Luinrandir Hernson wrote:

> I am trying to password protect part of my website.
> I have the password <form> page done.
> But how to I make the pages protected so you have to go through the password page?
> Do i do it by passing hidden inputs from page to page?
> How do I force people coming in around the password page to go through the password 
>page?
>
> Any hints? Oh and I know nothing about perl moduals...
>
> cheers - thanks!
>
> Lou H.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to