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
- Re: Initial security check dhay
- Re: Initial security check Matthias Bauer
- Re: Initial security check Craig R. McClanahan
- RE: Initial security check Shamdasani Nimmi-ANS004
- Re: Initial security check dhay
- Re: Initial security check Craig R. McClanahan
- Re: Initial security check dhay
- Re: Initial security check Craig R. McClanahan
- Re: Initial security check dhay
- Re: Initial security check Martin Cooper
- Re: Initial security check Craig R. McClanahan