HttpSessionListener interface implementation by Tapestry5 component

2012-03-16 Thread bogdan_cm
have even went so far as to putting a finalize method in the User object to be removed and calling System.gc() on sessionDestroy ( i know ridiculous ). Thank you, Bogdan. -- View this message in context: http://tapestry.1045711.n5.nabble.com/HttpSessionListener-interface-implementation

Re: HttpSessionListener interface implementation by Tapestry5 component

2012-03-16 Thread Kalle Korhonen
On Fri, Mar 16, 2012 at 1:28 PM, bogdan_cm bogdan.iva...@rbccm.com wrote:  When a user logs out I want to remove it from my online_table. This can happen in two ways: Is there a way for me to force Tap to inject my service? Any other work around idea is welcomed. I have even went so far as to

Re: HttpSessionListener interface implementation by Tapestry5 component

2012-03-16 Thread Josh Canfield
to be removed and calling System.gc() on sessionDestroy ( i know ridiculous ). Thank you, Bogdan. -- View this message in context: http://tapestry.1045711.n5.nabble.com/HttpSessionListener-interface-implementation-by-Tapestry5-component-tp5572413p5572413.html Sent from the Tapestry - User mailing

Re: HttpSessionListener interface implementation by Tapestry5 component

2012-03-16 Thread bogdan_cm
Thank you both very much for replying. It solved my problem. Bogdan. -- View this message in context: http://tapestry.1045711.n5.nabble.com/HttpSessionListener-interface-implementation-by-Tapestry5-component-tp5572413p5572656.html Sent from the Tapestry - User mailing list archive