Hi everyone.

Just a quick, somewhat newbie, question.  I need to sometimes require a login,
depending on the user, when the user first enters the web app.  I am thinking I
should make the first "page" an action which will check to see if the user
requires a log in, and redirect them to that page if necessary, else the app's
first page.

Is this appropriate?  Should it be the controller which handles this, or
delegates it to an action according to good MVC Model 2 design?

Thanks,

Dave



Reply via email to