Hi guys,
if I'm logged in drupal with phpbbforum in drupal page integration mode and not navigate the site for a while when I go directly on a forum post from a link I see I'm authenticated in drupal but not in the forum. If I change page and go back to the forum it will stay logged off on the forum.

I think it's related to session lifetime in phpBB3. What should I do? set it to 0? or the module needs to check this stuff and reset phpBB3 session?

Cheers

Comments

vb’s picture

Try to setup in ACP Load settings

Session length: 86400 Seconds
Sessions will expire after this time, in seconds.

subcomandante’s picture

Status: Active » Fixed

this seems to work, but I'm wondering if it will work in any case because I have no glue on drupal/phpbbforum session sync...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

superfedya’s picture

Status: Closed (fixed) » Active

Since my phpbb3 was connected to drupal, I must re-login (in phpbb3, not drupal) 2-3+ time for day. I tried change a session setting in php.ini - no effect. Any fix?

soelver’s picture

We have the same problem. For most users it's solved, when the user manually login to the forum, and ticks of the persistant login field. So my thought would be, to get that ticked off when logging into Drupal the first time. Would that be possible?

Gilneas’s picture

Subscribing for the same issue.
I increased the session timeout for phpBB but this does not solve the problem for all users.

We are using version 6.x-2.0beta12 ...

Nicolas Georget’s picture

Subscribing also

phpbb3-3.0.7-PL1 and 6.x-2.0-beta12

dani.latorre’s picture

Subscribing also

Same versions that Nicolas Georget.

japerry’s picture

subscribed. same issue and version

Gilneas’s picture

Version: 6.x-1.x-dev » 6.x-2.0-rc1

It's still the same thing with version 6.x-2.0-rc1 .

Nicolas Georget’s picture

Version: 6.x-2.0-rc1 » 6.x-2.0-rc2

same thing with version 6.x-2.0-rc2 :(

Paul Lomax’s picture

I posted a bit more of a detailed reasoning behind this, I think it is all caused by the same issue. That is, once the session expires on phpbb, you will get logged off because this module doesn't recognise the phpbb persistent login cookie.

I'm unsure if it is just a limitation of the module or something else.

#1212774: Forum cookie based persistent login issue

fizk’s picture

Status: Active » Closed (fixed)