Re: Back Refresh button handling

2009-04-03 Thread bigtruckdriver
-toolkit.googlecode.com/svn/javadoc/1.5/com/google/g... ) can do that job. If there's some Javascript, you can always call it from a JSNI method anyway. -- Arthur Kalmenson On Wed, Apr 1, 2009 at 4:58 PM, bigtruckdriver adam.ludg...@gmail.com wrote: I do have some server-side cleanup

Re: Back Refresh button handling

2009-04-01 Thread bigtruckdriver
I do have some server-side cleanup functionality which is basically a session expiry, but this application is going to be needing every advantage it can get in terms of server memory, so I need this close window cleanup to occur as well (even though it's not a guarantee that it will work every

Re: Back Refresh button handling

2009-03-26 Thread bigtruckdriver
I'm in a similar predicament, perhaps you might have an idea of what to do. When the user closes the browser window, I want the application to logout his/her session automatically so as to free up memory on the server from their session. So I use the onWindowClosed() function to take care of