I think they're wrong...
Does your page have a "logout" button ? add a code like
document.getElementById('logout').click() to the onunload event.Cheers, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Thu, May 21, 2009 at 2:34 PM, Bertrand, Shawn R < [email protected]> wrote: > Any possible way this could work? I'm getting beat up by my colleagues > about this, as GWT has the ability to launch an event to the server, > allowing the session close, and Trinidad/JSF doesn't appear to. > > I'd love to prove them wrong :) > > Thanks in advance, > > Shawn Bertrand > > > >

