How disable Single Sign Out?

Hello!

I have multiple clients (1 realm / 3 client_id). One client call logout (web - frontend), and all other clients logged out too.

I have Angular / React frontends - 3 Spring Java (Kotlin) backends.

GET https://host/auth/realms/one/protocol/openid-connect/logout ?

How could I disable this feature to not throw out all clients because one of them called logout?

Actually one client writen like this, 15 minutes timeout automatically call the logout, but I could not modify that code…

Thanks!