The problem is that if a tenant1 user logs in he automatically gains
access
to tenant2 data, because my app is using the same session for all
tenants
path. One way to solve this issue is creating a new session depending on
the path, but I can’t figure out how to do that.