as said earlier there's no way to trigger the browser's garbage collector but you could help him and set to null some references... unregister any handlers you have... and so on :) this should point to the garbage collector that it should free that memory hope it helped you
On Oct 7, 8:32 am, francescoNemesi <[email protected]> wrote: > Thanks, I knew that... I ìm looking for workarounds. > > Thanks again > > On Oct 7, 9:07 am, "alex.d" <[email protected]> wrote: > > > > > You can't trigger browser's garbage collector. > > > On Oct 7, 7:23 am, francescoNemesi <[email protected]> wrote: > > > > Hi, > > > > my application has a logout button. When the user logs out the > > > application invalidates and cleans up the HttpSession on the server > > > side. I would like to do the same on the client, i.e. I would like to > > > clean up all (or as much as possible) the memory used by the > > > application on the client side. > > > > Is this possible? Any ideas or best practice on how to do this? > > > > Any help is greatly appreciated. Thanks > > > > Kind Regards, > > > Francesco --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
