[Koha-bugs] [Bug 7810] C4/Auth.pm - on plack restart session is undefined

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 3 16:17:25 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7810

--- Comment #7 from Dobrica Pavlinusic <dpavlin at 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.


More information about the Koha-bugs mailing list