From: "Jerry Pereira" <online.je...@gmail.com>

Hi Edward,

I have the following design:

A single PerlResponseHandler for all requests. This handler based on the
path decides the action to be taken

For example, if the user submits to www.example.com/login, then the handler
delegates the request to authentication module, which will then either
display the home page (throug home page template) or login page again, based
on the success/failure of authentication mechanism. 



Instead of displaying those pages, why can't the authentication module do a 
redirect to the handler that display the wanted page?


Octavian

Reply via email to