Hi all,
Just consider there's a site and there are different types of users(roles) all have access to their respective set of pages in that site.Now,can anyone throw more light on how i could have a "front" servlet sitting on the web server which traps the url requested and based on which user is requesting the page,and then grant or refuse access to that page without having a login page for each restricted page.Information on any web server is welcome.