https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17775
--- Comment #13 from Dobrica Pavlinusic <[email protected]> --- (In reply to Liz Rea from comment #9) > Hi, > I thought this was the problem too - but there is another problem. Sessions > created for the LDAP created user hijack any sessions from the same IP, > including staff ones. I don't think of it as a separate bug - I think > symptoms of the same problem. > > Cheers, > Liz Liz, can you expand on this a little bit more? I know that login into OPAC or Intranet will be transferred between then (so if you login into intranet you will also be logged into opac). Is that what you are having problem with? This behavior is because we are registering cookies on hostname (whole hostname) so if OPAC and intranet are on the same hostname (but different path or ports) they will share session. If they are on different hostnames, they will not share sessions. Does this make sense? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
