GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/308
Reinstate working sessions in browser I've seen that session persistence stopped working due to https://github.com/apache/cloudstack/commit/19e3c0168e744a76b5e1dc24a5eafa776d342404 From what I could gather from the comments, this was done to fix issue where separate instances of management servers could exist within the same domain. I've fixed the above mentioned issue by prepending the location's hostname, in order to allow both sessions to co-exist without clashing. This also removes the need for this fix https://github.com/apache/cloudstack/commit/6c71d3bae1a3a72a9fa4004decdba4a7174f6913 You can merge this pull request into a Git repository by running: $ git pull https://github.com/rsafonseca/cloudstack fixsessions Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/308.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #308 ---- commit ef4a2f6c592a911dc12c63ef30ed3028ce56e2da Author: Rafael da Fonseca <rsafons...@gmail.com> Date: 2015-05-26T21:29:11Z Reinstate working sessions in browser while fixing same domain different instance issue ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---