I tried editing the settings.php files with these variable
For checking Redis
'session.save_handler' => 'redis',
'session.save_path' => 'tcp://IP:6379',
For checking custom files folder
'session.save_handler' => 'files',
'session.save_path' => '/xxxx',
When I add these variables to settings.php , site is giving out HTTP error 500.
Can someone advise where those variables need to be added?
Error in the Log: "PHP message: PHP Parse error: syntax error, unexpected '=>' (T_DOUBLE_ARROW), expecting ']'