1

Topic: Setting var's

all,

I am building a small gaming community that has it's own username/password system built in.  I would like to have the session var's that I set, durring login, to be used in punbb.  Is this possible?  what settings in punbb var's should I be looking to set with the session var's I create upon my custom login.

Thanks

Hex

Re: Setting var's

PunBB does not use sessions at all. It relies solely on cookies for authentication. Have a look in the file include/functions.php and especially check_cookie().

"Programming is like sex: one mistake and you have to support it for the rest of your life."