You could override the processPreprocess or processRoles method of RequestProcessor. If you only need to check for a session, more likely the former. If you have more fine-grained security (like role-based screens) then you could do it in the latter.
On 9/5/06, SrinivasaReddy <[EMAIL PROTECTED]> wrote:
HI All.., I am developing an web application in Struts. I want to give the security for the application like --> if the session present(user is logged in) then only requested pages should display otherwise redirect to login page. In this application all pages are secured. Anyone help me.. Regards Nivas