Adobe Acrobat Pro requires re-login when switching between load-balanced servers (FSLogix profile sync). How to avoid that?
Dear Adobe community,
I have a problem with a Windows server setup in which users have to re-login to Adobe Acrobat Pro because of profile synchronization issues. The setup is the following: We have a Windows server environment (Windows Server 2022) with two servers behind a load balancer where user profiles are synchronized using FSLogix. On the servers, we run Adobe Acrobat Pro and every of the 19 users has its own personal named license which allows simultaneous logins on two devices.
The setup should be as follows: Users should remain logged into Adobe Acrobat Pro on both servers, so switching between them via the load balancer doesn't require re-authentication. This unfortunately does not work. When a user works on Server A, they stay logged in across multiple sessions. However, when the load balancer routes them to Server B, Adobe prompts them to log in again. This happens on every server switch. It seems like the already authenticated session on this server is invalidated by the profile synchronization. How can we avoid that?
We already attempted to exclude AppData\Local\Adobe\OOBE from FSLogix synchronization using Redirections.xml:
<?xml version="1.0" encoding="UTF-8"?>
<FrxProfileRedirection ExcludeCommonFolders="false">
<Excludes>
<Exclude Copy="false">AppData\Local\Adobe\OOBE</Exclude>
</Excludes>
</FrxProfileRedirection>
This unfortunately had no effect. Are there additioinal paths we should exclude from FSLogix sync or where exactly does Adobe Acrobat Pro store session/authentication data that sync should not overwrite? Or do we have to exclude the synchronization of the credential manager?
Any guidance would be appreciated!
