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