We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d20cb4f + da92c77 commit 9bfd884Copy full SHA for 9bfd884
www/attributequery.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-$session = SimpleSAML_Session::getInstance();
+$session = SimpleSAML_Session::getSessionFromRequest();
4
$metadata = SimpleSAML_Metadata_MetaDataStorageHandler::getMetadataHandler();
5
6
if (!array_key_exists('StateId', $_REQUEST)) {
0 commit comments