diff options
author | Olav Morken <olav.morken@uninett.no> | 2010-07-08 13:02:14 +0000 |
---|---|---|
committer | Olav Morken <olav.morken@uninett.no> | 2010-07-08 13:02:14 +0000 |
commit | 25dcd1dc86cbefe78c41e61e9a15428a282bc080 (patch) | |
tree | 405d06eafaf4a4ed03d21911c90cf62d921f3fa1 | |
parent | ffe870211ae6c5b58f7bb1fe44b5399cdc180af1 (diff) | |
download | simplesamlphp-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.php | 2 |
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)) { |