Re: Struts 2 Login example using a session

2007-06-27 Thread Session A Mwamufiya
This is a great link, thanks so much Mark. Session > On 6/27/07 10:24 AM, "Toni Lyytikäinen" <[EMAIL PROTECTED]> wrote: > >> Or better yet, create a Login interceptor or Login filter that checks >> the session and redirects to login page if the required key is not >> there. Make package(s) of t

Re: Struts 2 Login example using a session

2007-06-27 Thread Mark Menard
On 6/27/07 10:24 AM, "Toni Lyytikäinen" <[EMAIL PROTECTED]> wrote: > Or better yet, create a Login interceptor or Login filter that checks the > session and redirects to login page if the required key is not there. Make > package(s) of the actions you want to expose to authenticated users only and

Re: Struts 2 Login example using a session

2007-06-27 Thread Toni Lyytikäinen
Or better yet, create a Login interceptor or Login filter that checks the session and redirects to login page if the required key is not there. Make package(s) of the actions you want to expose to authenticated users only and put the interceptor into that packages interceptor stack. On 6/27/07, W

RE: Struts 2 Login example using a session

2007-06-27 Thread Wesley Wannemacher
Hello Session, See replies in context below - > -Original Message- > From: Session Mwamufiya [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 26, 2007 11:58 PM > To: 'Struts Users Mailing List' > Subject: Struts 2 Login example using a session > > Hi, > > I tried to follow the simple