In the documentation for Azure B2C policies, under SSO session (https://docs.microsoft.com/en-au/azure/active-directory-b2c/active-directory-b2c-reference-sso-custom) there is no mention of the element which is available under technical policies.
Yet, in the starter pack code (eg. https://github.com/Azure-Samples/active-directory-b2c-custom-policy-starterpack/blob/master/SocialAndLocalAccountsWithMfa/TrustFrameworkBase.xml) the element is used throughout.
Under the reference documentation for TechnicalProfiles, the element is not even mentioned (https://docs.microsoft.com/en-au/azure/active-directory-b2c/technicalprofiles)
Does anyone know what the element actually does? My guess is that it prevents that technical profile from using an existing session, but under what scenarios should I use it and which I shouldn't?