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
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 can have access to the resources you specify OR you can control it yourself withi