I did not make any changes to the session configuration, but I think I have set up two different sites in plesk and I think this is like having two different, indepenent accounts.
Correct, subdomains had never problems cause each subdomain has a session cookie in the browser.
@imnetxiin
But you can install two or more instances in different folders under the same domain. The installer has improved and now creates a random session name (like all good php webtools). But it took years to get that issue recognized and then solved. Mostly the discussion ended like this:
forums.limesurvey.org/forum/development/...-default-sessionname
And it was this codeline, which fixed it.
github.com/LimeSurvey/LimeSurvey/blob/59...rController.php#L933
If you have old installations the config.php might use the default session name.
The most common issue when having two or more LimeSurvey instances on the same domain with the same session name is that you cannot be logged in more that one instance at the same time.
But when you install LimeSurvey these days, you no longer have to care about session names.