Accessing Multiple Installs on same server: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
* [https://forums.nubuilder.com/viewtopic.php?f=19&t=10799 Forum Post] | * [https://forums.nubuilder.com/viewtopic.php?f=19&t=10799 Forum Post] | ||
Best practices for accessing multiple | Best practices for accessing multiple installations of nuBuilder from the same server: | ||
#Different subdomains for each instance is the best practice. | #Different subdomains for each instance is the best practice. |
Revision as of 09:08, 8 February 2021
Back to Documentation
Best practices for accessing multiple installations of nuBuilder from the same server:
- Different subdomains for each instance is the best practice.
- The recent v4 code commit (and v4.5) allows one installation at a time from being accessed even without logging out from another installation in a single window's single tab.
- If different instances are used in different browser windows / tabs, session hijacking by last login will occur and hence it is advised to refrain from doing so and will require closure of all browser instances (windows and tabs) before going onto another installation.
Afterall the $_SESSION variable for nuBuilder is the same for all browser tabs/windows and so is the cookie and that for the nudb as well.
Before this, #2 could not be used and suffered the same issues as #3.