summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlav Morken <olav.morken@uninett.no>2010-07-08 13:02:14 +0000
committerOlav Morken <olav.morken@uninett.no>2010-07-08 13:02:14 +0000
commit25dcd1dc86cbefe78c41e61e9a15428a282bc080 (patch)
tree405d06eafaf4a4ed03d21911c90cf62d921f3fa1
parentffe870211ae6c5b58f7bb1fe44b5399cdc180af1 (diff)
downloadsimplesamlphp-25dcd1dc86cbefe78c41e61e9a15428a282bc080.zip
simplesamlphp-25dcd1dc86cbefe78c41e61e9a15428a282bc080.tar.gz
simplesamlphp-25dcd1dc86cbefe78c41e61e9a15428a282bc080.tar.bz2
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
-rw-r--r--modules/saml/www/debug.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/saml/www/debug.php b/modules/saml/www/debug.php
index 7c6b44c..ad86d18 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)) {