diff options
author | Henri Sara <henri.sara@gmail.com> | 2017-09-28 16:38:20 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-09-28 16:38:20 +0300 |
commit | 5b69c166f29d228581f23d5e21ba41366336fc07 (patch) | |
tree | a0bcee1fe98a25cebf65a020b396769a8d937216 /all | |
parent | 198ec82c51cc3dc132676aeb74c7e44bef08adb6 (diff) | |
download | vaadin-framework-5b69c166f29d228581f23d5e21ba41366336fc07.tar.gz vaadin-framework-5b69c166f29d228581f23d5e21ba41366336fc07.zip |
Revert "Store Vaadin session after each update" (#10112)8.2.0.alpha2
This reverts commit 48e202a80653c2c8a9e31db11814d23b87d6ec19.
Also reverts the related release notes update.
Diffstat (limited to 'all')
-rw-r--r-- | all/src/main/templates/release-notes.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 36ed08ad6b..8db3ef8670 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -93,7 +93,6 @@ <li>The browser time zone can be obtained from WebBrowser if the browser supports it</li> <li>AbstractDateField now supports formatting of time zone information</li> <li>PushState based navigation support</li> - <li>VaadinSession is now stored to the HTTP session at the end of each access to support clustering</li> <li>Grid WAI-ARIA support has been improved (aria-sort added)</li> <li>Client side ErrorLevel support</li> <li>VaadinService, VaadinServlet and VaadinServletService have protected no-args constructors to make DI integrations simpler</li> |