RE: Session Validation

2004-02-15 Thread Andrew Hill
truts Users Mailing List; hhlow Subject: Re: Session Validation I'm not an expert on security but as I understand you have two choices. You can either implement "container managed security" - where the servlet container controls logging on and ensures that only authenticated users ca

Re: Session Validation

2004-02-15 Thread Niall Pemberton
ml: http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-catalina/webapps/admin/WEB-INF/web.xml?rev=1.8&view=auto Niall - Original Message - From: "hhlow" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, February 16, 2004

Session Validation

2004-02-15 Thread hhlow
Hi, I am sorry if this question have been asked before. How can i check session validation? to check whether if the user is authenticated on each page. I read somewhere about Filters but i still do not know how to implement it. Currently I use a LoginAction to check the user details against the