Multiple sessions per user in production

1
We have noticed that users can login twice (in the same browser) and can trigger microflows etc. In the past this was not the case, as far i can remember. What to do to prevent this....? In our model the project setting "Multiple sessions per user (option)" is set as FALSE.      
asked
1 answers
2

Hi Wouter, browsers has the behavior to share sessions information through different tabs. Basically the user has logged in just once and get the session. The session info is stored at the dynamic browser cache and when a new tab is opened that cache is used and therefor a user can perform multiple tasks.

To check if the user can login multiple times is to open the browser normally and in incognito mode. The incognito mode isn't able to use the cache of the normal browser.

answered