Joe Schulman wrote:
> 
> Hey~
> This is mainly a question directed to those with experience in this 
> sort of thing.
> 
> In general, how should one go about authenticating a user and then 
> allowing them to view separate pages under that particular login?

hi joe

if you're running apache and mod_perl, investigate using authentication
and authorization.

you can tie both into a db backend, and limit certain directories and
even files to specific users or groups.

quite cool.

good luck.

Reply via email to