mfreiholz / persistent_login

Provides a "Keep me logged in" aka "Remember Me" functionality for Roundcube.
79 stars 50 forks source link

Persistent cookie is not being set #51

Closed agnibho closed 4 years ago

agnibho commented 4 years ago

I'm using Roundcube version 1.4.4 and this plugin is not working. Even if I select the "remember me" option I always need to login again after I close the browser and reopen it. On inspection no persistent cookie is being found. I am also using the plugins 'twofactor_gauthenticator' and 'managesieve'.

ricardo777 commented 4 years ago

Same issue here

rstefko commented 4 years ago

@agnibho Try to change the position in which the plugins loads. Put the persistent_login plugin before 2FA plugin in the config.

agnibho commented 4 years ago

@agnibho Try to change the position in which the plugins loads. Put the persistent_login plugin before 2FA plugin in the config.

Thanks. That solved the issue.