i mean
login1 = username1
login2 = username2
and yes

i think it should log in automatically.. /but currently it doesn't/
in ipb, i deleted the cookie prefix from the conf file, the ipb_settings table, but it didn't work.
(couple hours later)
in ipb functions.php there is a line:
$name = $ibforums->vars['cookie_id'].$name;
around line 1920.
if i comment it, it's okay. it logs in in both system, without the cookie prefix.
/however, i don't understand where it gets the cookie_id variable... :-/ it's deleted from config file, db /
is it possible to get PP to use that cookie_id that i set in PP config? (because it sets the proper cookieprefix + cookie /i checked/ but does not use it)
it could save me the hassle of rewriting dozens of scripts
Thank you.