Sunday, June 22, 2008, 4:27:45 PM, Patrick R. Michaud wrote:
> See http://www.pmwiki.org/wiki/PmWiki/Passwords#farm .
> Even though the question mentions farms, it's true for any
> domain that has multiple wikis on it where the PHP sessions
> are likely to be shared.
Oh thanks! Adding a session_name('XYZSESSID');
fixed it.
~Hans