Hi Dynamicweb,
In the latest version of Dynamicweb (8.8.1) we have an issue when saving secondary users by the api - e.g.:
user.UpdateSecondaryUsers(secondaryUsers, true)
Then the session is not cleared. Can you please clear the session cache when using the api-method?
System.Web.HttpContext.Current.Session.Remove("DW_extranet_UsersICanSetAsSecondary")
Thanks
Best regards, Anders