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.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
New blog: enforcing session timeouts with Refresher add-on
Hi all,
I've been part of 2 or 3 threads lately around client/server pull/push and how to make sure sessions timeout correctly when using something like the Refresher (I couldn't get this to work correctly with server push). I've written up what I learned in a blog: Session Timeouts with Vaadin's Refresher Add-on.
It's not the complete solution in that it doesn't deal with client widgets that load themselves in response to being refreshed, but it's otherwise complete and I wanted to build the example in steps. Will handle those tables next.
It's also another example of how to rebuild the widgetset when you want to instead of during every build. Am soooo glad I came across this blog since maven and I aren't on speaking terms enough for me to figure that out myself.
Cheers,
Bobby