davidj01 has asked for the wisdom of the Perl Monks concerning the following question:
I have a perl application for registration and login. It password protects files using a redirect script. It creates a session id using a cookie after the user logs in from a web page. Every script then checks the session cookie.
I want to use it to protect a folder not just a file But I don't want to use .htaccess etc. thats is I want use only a web page for the login.
Any ideas. I have access to apache web server so perhaps I could do it from there.
Thanks/David J.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Password Protect Directory
by choroba (Cardinal) on May 04, 2010 at 16:52 UTC | |
by davidj01 (Novice) on May 04, 2010 at 17:28 UTC | |
by choroba (Cardinal) on May 04, 2010 at 20:13 UTC | |
by davidj01 (Novice) on May 05, 2010 at 03:07 UTC |