Setting up Permanent Session Token in DF 2.0

It’s

DF_ALLOW_FOREVER_SESSIONS=true
All upper case. Also, which version of bitnami image you are using?

If it still doesn’t work using that config in .env file then you may have the older beta version. In that case make sure you have the the following line in …/htdocs/config/df.php file.

'allow_forever_sessions'       => env('DF_ALLOW_FOREVER_SESSIONS', false),