Link to home
Start Free TrialLog in
Avatar of rationalboss
rationalboss

asked on

PHPBB3 cookie problem

A PHPBB3 installation is not using cookies to authenticate users. It uses SID on URLs to authenticate users. How can this behavior be changed so that cookies will be used instead of SID appended on every URL?

Thanks
Avatar of compfixer101
compfixer101
Flag of United States of America image

I'm pretty sure phpbb3 uses both methods simultaneously

sid for in session and cookie to stay logged in when out of session
ASKER CERTIFIED SOLUTION
Avatar of Shinesh Premrajan
Shinesh Premrajan
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial