ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
enable.php
Go to the documentation of this file.
1 <?php
2 
12  'secure' => FALSE,
13  'httponly' => TRUE,
14 );
15 \SimpleSAML\Utils\HTTP::setCookie('NEGOTIATE_AUTOLOGIN_DISABLE_PERMANENT', NULL, $params, FALSE);
16 
19 $session->setData('negotiate:disable', 'session', FALSE, 24*60*60);
20 $t = new SimpleSAML_XHTML_Template($globalConfig, 'negotiate:enable.php');
21 $t->data['url'] = SimpleSAML\Module::getModuleURL('negotiate/disable.php');
22 $t->show();
static getModuleURL($resource, array $parameters=array())
Get absolute URL to a specified module resource.
Definition: Module.php:303
static setCookie($name, $value, $params=null, $throw=true)
Set a cookie.
Definition: HTTP.php:1107
Create styles array
The data for the language used.
$params
Definition: enable.php:11
$globalConfig
Definition: enable.php:17
static getSessionFromRequest()
Retrieves the current session.
Definition: Session.php:243
$session
Definition: enable.php:18
static getInstance($instancename='simplesaml')
Get a configuration file by its instance name.
$t
Definition: enable.php:20