in reply to Authentication Suggestion in CGI
What's wrong with .htaccess? Sessions and authentication are two different problems. Apache server authentication is fine, no need to use perl for that unless you are writing Apache modules in perl.
If you mean you don't want to keep rewriting .htaccess for each signup, you need to look at group authenticatiom. Again, see the Apache manual.
After Compline,
Zaxo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Authentication Suggestion in CGI
by knowmad (Monk) on Feb 05, 2005 at 13:41 UTC |