Documentation

CodeIgniterAuthenticator.environment

This option enables you to switch environment from "development" to "production". Sessions are not shared between different environments so this is an important config option to change,

$moxieManagerConfig['CodeIgniterAuthenticator.environment'] = "production";