I'm using the PHP service class packaged in the SDK and each user connects to the LCCS with the getAuthenticationToken function.
But when I get updates within a running flash app from the UserManager, the userid got a prefix of "EXT-{lccs account name}-{userid}" where
I expect it only to be "{userid}".
How can I fix that? Or is it just the way LCCS handles authentications through PHP?
Thanks in advance,
Florus