Re: Handling Session Expiration Properly

2005-04-14 Thread Joe Germuska
Scott: I'm kind of confused by a couple of things you wrote. Can you clarify? Now don't get me wrong this works, but by extending the Action class I kind of screwed myself by not being able to use a RequestDispatcher because now the signature of the "subclassed action" was not the same as what

Re: Handling Session Expiration Properly

2005-04-14 Thread Dakota Jack
sier (& web framework agnostic) way to > handle this. > > HTH, and feel free to carry on beating this one... > > Paul > > > > -----Original Message- > > From: Scott Purcell [mailto:[EMAIL PROTECTED] > > Sent: 2005/14/04 15:04 > > To: user@struts.apache.o

RE: Handling Session Expiration Properly

2005-04-14 Thread Paul McCulloch
ostic) way to handle this. HTH, and feel free to carry on beating this one... Paul > -Original Message- > From: Scott Purcell [mailto:[EMAIL PROTECTED] > Sent: 2005/14/04 15:04 > To: user@struts.apache.org > Subject: Handling Session Expiration Properly > > > He

Handling Session Expiration Properly

2005-04-14 Thread Scott Purcell
Hello, I hope I have not beaten this to death on this list, but I have never gotten an answer that has served my interest. So I rethought the question and I am reposting it now. The application I created, is a web-app in which a login is required of a "username" and "password". Pretty standar