Use PHP Sessions if using LifterLMS over WP Session Manager

Use PHP sessions over WP Session Manager if using LifterLMS on a child site.

Snippet Type

Execute on Child Sites wp-config.php file

Snippet

define( 'LLMS_USE_PHP_SESSIONS', true );
1 Like
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.