Hi,

What is the right way of authorizing users under Mason?
Should it be done as PerlAccessHandler or coded in handler.pl?

---
#
require myhandler.pl

<Location /registered>
PerlAccessHandler Apache::MyAccessHandler
PerlHandler HTML::Mason
</Location>
---

Vlad

Reply via email to