-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
quick_setup.pl: Include the SystemID in the name of the session cookie #3804
Comments
In this case we want to pass an argument to the quick setup commant. This can be done with a shell function.
TODO:
|
I understand that the SystemID is in the ticketnumber, precisely for communication between systems, but what would be a reason for having it in the session name? |
for setting the SystemID in the SysConfig
That is for the case when two Docker based installations run on the same Docker host but on different ports. The two installation can coexist with only one problem. Let's assume that the two installations run on 1481 and 1482.
|
for setting the SystemID in the SysConfig
The last commits were actually for #3745. I'll rename the issue and mark the old issue as a duplicate. Sorry for causing confusion. |
Renaming the session cookie seems to work fine. Using the shell function works as well, at least for my setup. Closing this issue. |
Newer versions of quick_setup.pl append the SystemID to the cookie name. This should not lead to test failures.
This is sometimes useful during development. Browsing two instances from the same domain is easy when the two instances run on differenent ports and different browsers are used. Using the same browser fails because the session cookies overwrite each other.
A simple solution could be to use unique name for the SessionName and CustomerPanelSessionName SysConfig properties. This could be added to bin/docker/quick_setup.pl . Or is there a better approach?
The text was updated successfully, but these errors were encountered: