Hello. Im trying to built a server width multi koha to use in production. i installed one instance usink the koha package and tried to install another one making some configurations on virtual hosts / koha conf xml and created a new Database. It works if you use one at a time but if you use in a multi user/library environment it crashes all the other user sessions. example: you login, make a clic, login in the 2º library and make a click, go back to the 1st and it already logout.. you login and go back to the 2nd and it is logout... if you stay in one it works fine. can somebody help me? or get me a tip to do this multi koha envirnment? sorry my english im not used to write :). thanks -- View this message in context: http://koha.1045719.n5.nabble.com/multi-koha-in-ubuntu-tp5753313.html Sent from the Koha-general mailing list archive at Nabble.com.
Greetings,
you login, make a clic, login in the 2º library and make a click, go back to the 1st and it already logout.. you login and go back to the 2nd and it is logout... if you stay in one it works fine.
The issue is that koha uses the same cookie name while in the same browser. I have encountered this problem while trying to have a staff client in one tab and a OPAC in another tab on the same browser. As soon as I log out of either one, I need to log in to the other again. I worked around the problem by using two different browsers. Though, I think this may be relevant: https://support.mozilla.org/en-US/questions/791853 GPML, Mark Tompsett
* Mark Tompsett (mtompset@hotmail.com) wrote:
Greetings,
you login, make a clic, login in the 2º library and make a click, go back to the 1st and it already logout.. you login and go back to the 2nd and it is logout... if you stay in one it works fine.
The issue is that koha uses the same cookie name while in the same browser. I have encountered this problem while trying to have a staff client in one tab and a OPAC in another tab on the same browser. As soon as I log out of either one, I need to log in to the other again.
I worked around the problem by using two different browsers.
This is of course only the case if you are doing port based things, the cookie is stored against the site url, but doesn't care about ports. If your sites all have different url they will not run into this. Chris
Though, I think this may be relevant: https://support.mozilla.org/en-US/questions/791853
GPML, Mark Tompsett
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Chris Cormack Catalyst IT Ltd. +64 4 803 2238 PO Box 11-053, Manners St, Wellington 6142, New Zealand
participants (3)
-
Chris Cormack -
Mark Tompsett -
spinburn