Vaadin Flow 8.0.0.alpha9
Changes in Flow from 8.0.0.alpha8
-
New Features:
-
⧉ Do not serialize VaadinSession by default in development. PR:11304. Ticket:11151
Avoids writing VaadinSession to the HTTP session when the controlling properties are set (devmode + parameter). For implementation reasons, something must be serialized so only a boolean is written and these kind of "not actually serialized" sessions are removed when loading them after deserialization. This makes it unnecessary to login again to application when developing it with live reload tools and the authentication data is stored in the HttpSession.
-
-
Fixes: