This topic is locked

Single logon for 2 projects on the same server

10/1/2019 12:33:25 PM
PHPRunner General questions
J
jianwong author

I am trying out version 10.3 and found this new feature in Security tab 'Session keys'.
It said by sharing the session name and secret key, two projects hosted on the same server can share a single logon.
I tried on Invoice and Doc Manager templates, both uploaded to local server. The Doc Manager used the same session name and secret key as that of the Invoice app as I want to be able to access the former after logon to Invoice.
I created a menu link in Invoice with URL pointing to the list page of Doc Manager. However, it still directs me to the login page when I click menu link to Doc Manager.
Can anyone share the knowledge on how to go about accessing two or more projects on the same server in a single logon?
Thank you.

Sergey Kornilov admin 10/1/2019

You need more planning to make it work. For instance, you are logged in as user "bob" to the first project. What kind of permissions user "bob" will have in the second project? If user "bob" doesn't have permissions to access that list page - they will be redirected to the login page.