in the keycloak document, it mention the
In a browser authentication flow, the browser session translates to
RootAuthenticationSessionwhile browser tabs translate to a collection of authentication sessions within theRootAuthenticationSession
The maximum number of authentication sessions per
RootAuthenticationSessioncan be configured inauthenticationSessionsSPI by setting propertyauthSessionsLimit. The default value is set to 300 authentication sessions per aRootAuthenticationSession.
can i simply interpret the above as: in a browser SSO session, a user can sso/login at most 300 clients ?
can anybody give a more explanation for that setting?
thank you.