diff options
Diffstat (limited to 'documentation/articles/SettingAndReadingSessionAttributes.asciidoc')
-rw-r--r-- | documentation/articles/SettingAndReadingSessionAttributes.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/articles/SettingAndReadingSessionAttributes.asciidoc b/documentation/articles/SettingAndReadingSessionAttributes.asciidoc index 4d96c47e5c..72db6bef11 100644 --- a/documentation/articles/SettingAndReadingSessionAttributes.asciidoc +++ b/documentation/articles/SettingAndReadingSessionAttributes.asciidoc @@ -14,7 +14,7 @@ data, e.g. how long it should be kept around and what parts of the code should have access to it. 1. Store the data as a field in your UI subclass. The data is easily -accesible from components belonging to that UI instance and the data +accessible from components belonging to that UI instance and the data will be gone when the UI is closed. 2. Store data in the `VaadinServiceSession`. The data is easily accessible from any UI belonging to the same VaadinServlet or |