Topic: PunBB PHP session

Hello all.

I'm trying to integrade PunBB and MediaWiki with our site and we would like to make one login session to login into both PunBB and MediaWiki and out site's user-only contents. I would like to know how PunBB uses the session and any advice on how to make this would be very much appreciated.

Thanks y'all.

Re: PunBB PHP session

PunBB uses an authentication cookie. You can see how it works in functions.php.