Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SimpleSAML PHP Config / mc_session_store #2947

Closed
mikemadison13 opened this issue Jul 12, 2018 · 2 comments
Closed

SimpleSAML PHP Config / mc_session_store #2947

mikemadison13 opened this issue Jul 12, 2018 · 2 comments
Labels
Bug Something isn't working

Comments

@mikemadison13
Copy link
Contributor

My system information:

  • BLT version: 9.1

Issue:
#2547 introduced the $ah_options array into the mc_session_store function, but didn't pass it in from where it is used in the file. This should be remedied.

@brooke-heaton
Copy link
Contributor

brooke-heaton commented Sep 18, 2018

I'm confused. I'm just now implementing SimpleSAML with blt and read this in the docs:

Update your database name in $ah_options:

$ah_options = array(
    // Use the database "role" without the "stage", e.g., "example", not
    // "exampletest" or "exampleprod".
    'database_name' => 'example',
    'session_store' => array(
      // Valid values are "memcache" and "database".
      'prod' => 'database',
      'test' => 'database',
      'dev'  => 'database',
    ),
  );

But that code is nowhere to be found in acquia_config.php

Do I need to add this manually? Or are the docs no longer accurate here?

@lcatlett
Copy link
Contributor

lcatlett commented Oct 7, 2018

@brooke-heaton - #2953 enhanced the acquia_config.php template to add support for multisite through dynamically generating the config previously in the $ah_options array. I'm closing this issue since it is specifically asking about missing mc_session_store config and memcache is no longer the recommended session storage for PHP7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants