From 25dcd1dc86cbefe78c41e61e9a15428a282bc080 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Thu, 8 Jul 2010 13:02:14 +0000 Subject: [PATCH] saml: Use a transient session for the message debug page. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2386 44740490-163a-0410-bde0-09ae8108e29a --- modules/saml/www/debug.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/saml/www/debug.php b/modules/saml/www/debug.php index 7c6b44ced..ad86d18cf 100644 --- a/modules/saml/www/debug.php +++ b/modules/saml/www/debug.php @@ -10,6 +10,8 @@ * @version $Id$ */ +SimpleSAML_Session::useTransientSession(); + $globalConfig = SimpleSAML_Configuration::getInstance(); if (array_key_exists('SAMLRequest', $_REQUEST)) { -- GitLab