I have registered AllowLocalConfig=yes SSOZoneName=SM in ACO, and SSOZoneName=”LOCAL” in LocalConfig.conf.
In this configuration case, SSOZoneName=”LOCAL” should override SSOZoneName=SM, so session cookie should be created named “LOCALSESSION”…
But, I can observe SMSESSION was created using Fiddler log, NOT LOCALSESSION…
Why ACO paramter value is prior to localconfig, despite setting AllowLocalConfig=yes ??