You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module is an implementation of a SimpleSAMLphp (SSP) data store to add support for the MongoDB PHP library.
6
6
@@ -49,7 +49,7 @@ DB_MONGODB_READ_PREFERENCE
49
49
```
50
50
See the [MongoDB extension PHP Manual](http://php.net/manual/en/set.mongodb.php) for more information about appropriate values for `DB_MONGODB_REPLICASET` and `DB_MONGODB_READ_PREFERENCE`.
51
51
52
-
Finally, you can enable the module by creating an empty file name `enable` in the `vendor/simplesamlphp/simplesamlphp/modules/mongo` directory.
52
+
Finally, you can enable the module by creating an empty file name `enable` in the `vendor/simplesamlphp/simplesamlphp/modules/mongodb` directory.
53
53
54
54
**Note:** This module stores PHP session data in the `session` collection.
0 commit comments