I am developing a forum using phpBB. It has a problem with authentication. Users have to login very frequently, almost on every HTTP request. What could be the cause for this?
Add this line to your login form:
<input type='hidden' name='autologin' value=1>
I had the same problem on my website and adding this line solved it.