Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 3 weeks ago
How to handle overtime
After a remote browser is timeout, can Vaadin Application know this so that it can release resource? otherwise, it would get another copy of resource when browser is freshed.
Last updated on May, 30th 2012
What do you mean by "After a remote browser is timeout"? A session-timeout? You can react on that by overriding Application#close().
Last updated on
Thank you, Tobias! Application.close() can be used to handle session timeout.
Last updated on
You cannot reply to this thread.