I am trying to build a ThinOS ini configuration to allow multiple users to connect to the same XenApp application at the same time in different sessions.
ThinOS launches to the connection manager, bypassing the signon, which displays the application the users can connect to. I would like it so when a user clicks the application, it launches the ICA client and XenApp prompts the user for credentials. The user then logs in and completes their work. They then leave their session running while another user clicks the same application from the connection manager and they go through the same process.
At the moment once the 1st session is started and the user has logged on, every time the application is clicked again, it launches the same session bypassing the credential prompt with the original users credentials.
How do i force it to prompt for credentials every time? We can currently achieve this on windows CE however we are looking to move to Wyse thinOS as CE is aging.
This is my current ini config for the ICA connection CONNECT=ICA \
BrowserIP=xenapp \
Application="application" \
Description="app 1" \
Reconnect=no \
Logon_Mode=user-specified \
UniSession=yes \
LocalCopy=no
I thought Unisession would resolve the problem but doesn't seem to have done anything.