Session listener

2005-03-14 Thread Christian Rebollar
I used weblogic and HttpSessionListener interface, and when I closed browser weblogic invalidated the session and the listener class catch it, but with tomcat didn't happen the same, the session died until timeout. There is a way to do it or it can't be done?? thx

Re: Session listener

2005-03-14 Thread Christian Rebollar
I don't know, but when I closed the browser the listener class catch sessionDestroyed event. --- Ben Souther [EMAIL PROTECTED] wrote: How could weblogic know that you closed your browser? On Mon, 2005-03-14 at 17:57, Christian Rebollar wrote: I used weblogic and HttpSessionListener