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

skeal’s picture

since using module "persistent_login" it works for me ... both drupal and phpbb stay logged in

vb’s picture

At 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

fizk’s picture

Status: Active » Closed (fixed)