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 putting a finalize > method in the User object to be removed and calling System.gc() on > sessionDestroy ( i know ridiculous ).
Which security package are you using? The latest, not-yet-released tynamo.org's tapestry-security publishes an Authenticator service that allows you to register listeners for authentication events (onSuccess, onFailure, onLogout). Kalle --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org