I have two different installations of Gallery3 on a single Ubuntu 12.04 LTS server. Both instances are working flawlessly.
I simply used 2 different folders and two different mysql DBs and my galleries are accessible from, for instance:
http://mydomain/gallery3/
http://mydomain/gallery3_2/
My problem is that I am not able to log to both galleries at the same time from my browser. When I login to one of the galleries the other one is then logged out.
Is there a solution? I thought of using Virtual Hosts in Apache but I don't want to configure this if there is another alternative.
Thanks.