http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7810 --- Comment #7 from Dobrica Pavlinusic <dpavlin@rot13.org> --- 1. start one site using plack ./opac-plack.sh site1 2. login into site1 http://koha-dev.example.com:5000/ 3. stop plack and start another site, start another site ./opac-plack.sh site2 4. reload page = bug Work-around this bug is to use wildcard DNS with something like *.koha-dev.example.com and then use different URLs for each site so browser will do cookie scoping for us, e.g. site1.koha-dev.example.com site2.koha-dev.example.com However, we might also change our cookie name (CGISESSID) to something else: a) site name (if we want to allow single login for opac and intranet) or b) site name+port (if we want separate logins) But that's probably for another bug. -- You are receiving this mail because: You are watching all bug changes.