Hi!
I´m trying to use my own member-db with the Member API in this forum, which works fine the fist time the user logs in and go to the forum, but when user logs out and then want´s to go back and use the forum, the login fails.
The default login for my own system works as entended, but in order the get the member api work, users have to delete all cookies every time they have been visting the forum more than once.
I followed the instruction provided by Borg, but perhaps I´m doing something wrong?
I have already changed the cookiepath, so they all referrer to defalt (/), but that doesn´t do the trick.
Please note that my own loginsystem hash-encodes the password and the stores this in the db, byt than shouldn´t be a problem, as I pass the encoded password to the "password-session", or?
Please help!

Thanks!