I have a web page in Vaadin 10 that process files. How do I make different user have different sessions? When I try to open my page in different browsers to process files I get:
java.lang.IllegalStateException: Cannot access state in VaadinSession or UI without locking the session.
I can't find any useful information or tutorial in official documentation. Currently I look through Baker App - but I can't find there anything about sessions either.
Vaadin Version: 10.0.0.rc3
Spring Boot Version: 2.0.3.RELEASE
Java: 1.8