phpbb3 cookies
Posted: Mon Jul 27, 2009 1:22 pm
I'm sure I could figure this out by digging through the code behind phpbb3 but thought I'd just check here first to find out if anyone has done something similar and save me the time.
Basically I'm trying to create a 'portal' for my web site that has a phpbb3 forum incorporated. I'd like for users to register in one spot and have that log-in work for all aspects of the site. Similarly, I'd like for the cookie that is sent upon 'remember me' to automatically log them in to all aspects of the site.
I did this exact thing a looooooong time ago with phpbb2 but alas, they've changed things with phpbb3.
I see 4 cookies as being set by phpBB3 one of which is the user id, the other ones have hashed values which I can't determine just by a cursory glance.
anyone know what kind of logic they're using for the auto-login?
tia,
Burr
Basically I'm trying to create a 'portal' for my web site that has a phpbb3 forum incorporated. I'd like for users to register in one spot and have that log-in work for all aspects of the site. Similarly, I'd like for the cookie that is sent upon 'remember me' to automatically log them in to all aspects of the site.
I did this exact thing a looooooong time ago with phpbb2 but alas, they've changed things with phpbb3.
I see 4 cookies as being set by phpBB3 one of which is the user id, the other ones have hashed values which I can't determine just by a cursory glance.
anyone know what kind of logic they're using for the auto-login?
tia,
Burr