Skip to content
Snippets Groups Projects
Commit 6a871971 authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Creating a session doesn't seem the way to NOT create a session. Stop creating...

Creating a session doesn't seem the way to NOT create a session. Stop creating a transient session, it only causes trouble.
parent fca6170f
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,6 @@ $baseDir = dirname(dirname(dirname(dirname(__FILE__))));
// Add library autoloader.
require_once($baseDir . '/lib/_autoload.php');
SimpleSAML_Session::useTransientSession(); /* No need to try to create a session here. */
if(!SimpleSAML\Module::isModuleEnabled('metarefresh')) {
echo("You need to enable the metarefresh module before this script can be used.\n");
echo("You can enable it by running the following command:\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment