Struts 2 Login example using a session

2007-06-26 Thread Session Mwamufiya
Hi, I tried to follow the simple login example at http://struts.apache.org/2.x/docs/simplelogin-with-session.html, but there are many things that I don't get: - first, it's written for webworks, not struts 2, are there any compatibility issues between the two? - second, the session is never set wi

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 > >

Re: Struts 2 Login example using a session

2007-06-27 Thread Toni Lyytikäinen
, Wesley Wannemacher <[EMAIL PROTECTED]> wrote: 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

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 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