Re: Session for User Class

2011-02-23 Thread Dave Newton
om] > Sent: Wednesday, February 23, 2011 3:33 PM > To: Struts Users Mailing List > Cc: Jerson John > Subject: Re: Session for User Class > > Normally I use Spring Security for handling authentication.  However, that's > a fair bit of trouble to configure if your needs diffe

RE: Session for User Class

2011-02-22 Thread Jerson John
achieve that Many Thanks and regards Many Thanks and Regards, Jerson -Original Message- From: Brian Thompson [mailto:elephant...@gmail.com] Sent: Wednesday, February 23, 2011 3:33 PM To: Struts Users Mailing List Cc: Jerson John Subject: Re: Session for User Class Normally I use

Re: Session for User Class

2011-02-22 Thread Brian Thompson
Normally I use Spring Security for handling authentication. However, that's a fair bit of trouble to configure if your needs differ from the default config. For a "roll your own" approach, I'd put the user object into the session context. -Brian On Tue, Feb 22, 2011 at 11:43 PM, Jerson John w