Re: [OT] Re: Session Strategy (here's a filter)

2005-01-21 Thread Craig McClanahan
On Fri, 21 Jan 2005 22:03:24 -0600, Eddie Bush <[EMAIL PROTECTED]> wrote: > Perhaps nowadays it is commonplace for people to make such posts, but > it has not always been the case - and it really should not be done. I > didn't invent the custom, I just follow it. Besides being a little overwrough

Re: [OT] Re: Session Strategy (here's a filter)

2005-01-21 Thread Eddie Bush
and related (the dev list), and a third (new) list for discussing > > development strategies related to Struts? Just thinking out loud. I > > think it is somewhat logical to think that the list of lists might grow > > as the product evolves . . . > > > > Erik > > &g

Re: [OT] Re: Session Strategy (here's a filter)

2005-01-21 Thread Dakota Jack
developing Struts > and related (the dev list), and a third (new) list for discussing > development strategies related to Struts? Just thinking out loud. I > think it is somewhat logical to think that the list of lists might grow > as the product evolves . . . > > Erik > > &

[OT] Re: Session Strategy (here's a filter)

2005-01-21 Thread Erik Weber
o: Struts Users Mailing List , Dakota Jack <[EMAIL PROTECTED]> cc: Subject:Re: Session Strategy (here's a filter) ... it is a filter ... notice how it says "implements Filter". The mapping in web.xml is a dead giveaway too. I'd love to know how it

Re: Session Strategy (here's a filter)

2005-01-21 Thread Jim Barrows
ple are just cranky. Putting hte code where it can be searched by folks is a good thing. > > > Eddie Bush <[EMAIL PROTECTED]> > 01/20/2005 11:59 PM > Please respond to "Struts Users Mailing List" > > > To: Struts Users Mailing List , Dakota >

Re: Session Strategy (here's a filter)

2005-01-21 Thread john . chesher
t; cc: Subject: Re: Session Strategy (here's a filter) ... it is a filter ... notice how it says "implements Filter". The mapping in web.xml is a dead giveaway too. I'd love to know how it detects session timeouts though. Far as I can tell it will t

Re: Session Strategy (here's a filter)

2005-01-20 Thread Dakota Jack
On Thu, 20 Jan 2005 22:59:09 -0600, Eddie Bush <[EMAIL PROTECTED]> wrote: > ... it is a filter ... notice how it says "implements Filter". The > mapping in web.xml is a dead giveaway too. You are right. And you know you are right. I guess that is why you feel free to be sardonic, although you

Re: Session Strategy (here's a filter)

2005-01-20 Thread Eddie Bush
... it is a filter ... notice how it says "implements Filter". The mapping in web.xml is a dead giveaway too. I'd love to know how it detects session timeouts though. Far as I can tell it will tell people who have yet to have a session created that they've timed out. ... first trip around the b

Re: Session Strategy (here's a filter)

2005-01-20 Thread Dakota Jack
; > " click on the button below to go to > the" > > + > > " login page."); > > > > resp.sendRedirect("/schs82/BuildActionResultViewAction.do"); > > Dakota Jack <[EMAIL PRO

Re: Session Strategy (here's a filter)

2005-01-20 Thread john . chesher
ViewAction.do"); Dakota Jack <[EMAIL PROTECTED]> 01/20/2005 11:07 AM Please respond to "Struts Users Mailing List" To: Struts Users Mailing List cc: Subject:Re: Session Strategy (here's a filter) I was looking for a filter that det

Re: R: Session Strategy (here's a filter)

2005-01-20 Thread fzlists
;> what he wants. >> >> I think Jack is looking for something to run WHEN the session expires, >> similar to the destroy() method in a plugin that runs when the >> application >> stops. >> >> Wiebe de Jong >> >> -Original Message- >>

Re: R: Session Strategy (here's a filter)

2005-01-20 Thread Dakota Jack
ion > stops. > > Wiebe de Jong > > -Original Message- > From: Amleto Di Salle [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 20, 2005 9:41 AM > To: 'Struts Users Mailing List'; 'Dakota Jack' > Subject: R: R: Session Strategy (here

RE: R: Session Strategy (here's a filter)

2005-01-20 Thread Wiebe de Jong
: Amleto Di Salle [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 9:41 AM To: 'Struts Users Mailing List'; 'Dakota Jack' Subject: R: R: Session Strategy (here's a filter) Hello Jack, you detect a session expiration using the getSession( false ) method. If you use

R: R: Session Strategy (here's a filter)

2005-01-20 Thread Amleto Di Salle
riginale- > Da: Dakota Jack [mailto:[EMAIL PROTECTED] > Inviato: giovedì 20 gennaio 2005 18.03 > A: Amleto Di Salle > Cc: Struts Users Mailing List > Oggetto: Re: R: Session Strategy (here's a filter) > > > Hello, Amleto, > > I am not looking to create a t

Re: R: Session Strategy (here's a filter)

2005-01-20 Thread Kris Schneider
; > > > > > 30 > > > > 30 are minutes > > > > You can set the session-timeout also in the web container (see tomcat > > documentation). > > > > BR > > /Amleto > > > > > -Messaggio originale- > >

Re: R: Session Strategy (here's a filter)

2005-01-20 Thread fzlists
gio originale- >> > Da: Dakota Jack [mailto:[EMAIL PROTECTED] >> > Inviato: gioved? 20 gennaio 2005 17.08 >> > A: Struts Users Mailing List >> > Oggetto: Re: Session Strategy (here's a filter) >> > >> > >> > I was looking for a f

Re: R: Session Strategy (here's a filter)

2005-01-20 Thread Dakota Jack
container (see tomcat > documentation). > > BR > /Amleto > > > -Messaggio originale- > > Da: Dakota Jack [mailto:[EMAIL PROTECTED] > > Inviato: giovedì 20 gennaio 2005 17.08 > > A: Struts Users Mailing List > > Oggetto: Re: Session Strategy (here

R: Session Strategy (here's a filter)

2005-01-20 Thread Amleto Di Salle
--- > Da: Dakota Jack [mailto:[EMAIL PROTECTED] > Inviato: giovedì 20 gennaio 2005 17.08 > A: Struts Users Mailing List > Oggetto: Re: Session Strategy (here's a filter) > > > I was looking for a filter that detected sessions that had > expired and rerouted the request

Re: Session Strategy (here's a filter)

2005-01-20 Thread Dakota Jack
I was looking for a filter that detected sessions that had expired and rerouted the request to a login or other appropriate page. Jack On Thu, 20 Jan 2005 10:53:09 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Here's the filter I use. It contains some logging that you can choose to > ig

Re: Session Strategy (here's a filter)

2005-01-20 Thread john . chesher
Here's the filter I use. It contains some logging that you can choose to ignore and I also set some session attributes that I use for navigation AFTER the re-login, to get the user back to the page they were on or as near as possible, given only their first/last name and password. I also incl