Re: Logon notification

2011-03-31 Thread Jonathan Barker
force > kill session: " + sessionId + " - session may be already invalidated", > e); > } > > } > > public static List getSessionList(ApplicationGlobals > applicationGlobals){ >

RE: Logon notification

2011-03-31 Thread Jim O'Callaghan
rs.MySessionListener     Regards, Jim. From: Jonathan Barker [mailto:jonathan.theit...@gmail.com] Sent: 31 March 2011 03:25 To: Tapestry users Subject: Re: Logon notification Jim, I would be interested in seeing your HTTPSessionListener implementation. David, I'm going to hazard

Re: Logon notification

2011-03-31 Thread David Uttley
>> I use a registered listener that implements HTTPSessionListener to update a >> hashtable of where a user has last been etc. for a kind of dashboard page, >> and some db calls to update a persisted logged on flag on a user table – >> would this approach be of any use to you

Re: Logon notification

2011-03-30 Thread Jonathan Barker
ogged on flag on a user table – > would this approach be of any use to you? > > Regards, > Jim. > > From: David Uttley [mailto:dutt...@democracysystems.com] > Sent: 30 March 2011 16:29 > To: Tapestry users > Subject: Re: Logon notification > > Hi Peter, > > If

RE: Logon notification

2011-03-30 Thread Jim O'Callaghan
and some db calls to update a persisted logged on flag on a user table – would this approach be of any use to you? Regards, Jim. From: David Uttley [mailto:dutt...@democracysystems.com] Sent: 30 March 2011 16:29 To: Tapestry users Subject: Re: Logon notification Hi Peter, If it was as easy as w

Re: Logon notification

2011-03-30 Thread David Uttley
gt; > - Original Message ----- > From: "David Uttley" > To: "Tapestry users" > Sent: Wednesday, 30 March, 2011 16:50:26 GMT +02:00 Athens, Beirut, > Bucharest, Istanbul > Subject: Logon notification > > So do I have any takers for this problem? &g

Re: Logon notification

2011-03-30 Thread LLTYK
An HttpSessionListener... -- View this message in context: http://tapestry-users.832.n2.nabble.com/Logon-notification-tp6223363p6223518.html Sent from the Tapestry Users mailing list archive at Nabble.com. - To unsubscribe, e

Re: Logon notification

2011-03-30 Thread P . Stavrinides
y here etc. } And thats all?! Cheers, Peter - Original Message - From: "David Uttley" To: "Tapestry users" Sent: Wednesday, 30 March, 2011 16:50:26 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Logon notification So do I have any takers for this proble

Logon notification

2011-03-30 Thread David Uttley
So do I have any takers for this problem? Somebody must be recording logins somewhere, I don't have to use Spring to do it. --Original message I am trying to get spring security to notify me of a successful logon using the Spring ApplicationListener. However, the ApplicationListener doesn'