Does dcc.store type="session" support multitenancy?

Dear all,

I created different users log in to the same Google browser, but it will show previous screen from the previous user.

In my user case:
Step1: user1 log in and enter major screen => user1 create table => log out
Step2: user2 log in and enter the major screen => user2 see the previous screen from user1.

The reason why I use session type of dcc.store is that the same user re-login can see the previous screen, but the different users can’t.

Does anyone have the same problem with me :sweat_smile:?

P.S. same browser means use same browser login twice by different users, not using New incognito window.

Thanks and best regards,

Ricky H Chen