Do I understand correctly that the session is completely in memory because the UI contains an object for WebSocket, which of course should be available all the time ?
That is, if everything worked only on http requests , then every time we would get a session from redis containing a VaadinSession in one of the attributes and then everything would work ?