How to keep page unchange when fresh browser

In Vaadin 6, if press F5 to refresh web browser, page contents will be unchanged. But in Vaadin 7, after sign in the online demo http://demo.vaadin.com/dashboard, and then refresh it, root page will be displayed instead.

Is it possible to prevent web page from going back to root page in Vaadin 7?


Creating an application that preserves state on refresh