Closed (fixed)
Project:
phpBB Forum Integration
Version:
6.x-1.04
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2009 at 17:28 UTC
Updated:
9 Jan 2012 at 07:46 UTC
I am wondering what value I should put for this (session length). Currently, it is blank, which what I am hoping is causing issues with keeping sessions in drupal/phpbb (users complain they have to login every visit).
phpbb3 is set to 0 (login never expires), however it still does.
I suppose this issue is two-fold. What does a blank value for session length in phpbbforum mean? And are the login issues users are having related to this mod, or possibly just a simple cookie problem elsewhere?
Comments
Comment #1
skeal commentedsince using module "persistent_login" it works for me ... both drupal and phpbb stay logged in
Comment #2
vb commentedAt the moment phpbbforum does not use Session length value.
You can use persistent_login or remember_me modules and ACP setting
Load settings
Session length: 86400 Seconds
Sessions will expire after this time, in seconds.
Put your value, for example, 2000000
Comment #3
fizk commented