Replicating user login tokens and profile across to other publishers
Hi,
We have a registration process where we create users and allow them to login and logout from CQ. We have noticed that when a user is logged in into CQ a login token is generated under /home/user/usernode, we want these tokens and users profile to be available on all the publisher instances that we have.
We do not want the users to be reverse replicated and then replicated again as we expect a million plus users and there will be a lot of overhead if we decide to take this path.
Is there any other way we can do it?
Thanks in advance.