Preventing multiple session launch
If you are using profile mode, by default it is possible for users to open multiple BlueZone sessions from a single profile (configuration file). In other words, multiple BlueZone sessions can share a single profile.
If this behavior is not desired, you can configure BlueZone so that only one session can be opened per profile. This is accomplished by turning off profile sharing in the BlueZone default.ini file.
If profile sharing is disabled, when a user attempts to launch a second BlueZone session from the same profile, no error message displays. Instead, the already open BlueZone session is given focus.
Configuration method: Manual configuration
Feature scope: Launch folder level feature
1. On the web server, navigate to the desired Site that you want to change.
For example:
C:\Inetpub\wwwroot\MySite
2. Locate and display the contents of the \template folder.
3. Locate the default.ini file and open it with Notepad.
4. Locate the ProfileSharing=Yes entry in the [BlueZone] section.
5. Change ProfileSharing=Yes to ProfileSharing=No.
6. Save and close the file.
Any new launch folders that are created from this point on have the profile sharing feature disabled for all sessions.
Note
If you have already created one or more launch folders, you must go to each existing launch folder, and edit the default.ini file, changing ProfileSharing=Yes to ProfileSharing=No.
Tip
It is possible to enable the profile sharing feature individually for each existing launch folder. This is accomplished by editing the default.ini file located in only the launch folders that you want to change.