ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
authmemcookie.php File Reference

Go to the source code of this file.

Variables

 $config
 This is the configuration file for the Auth MemCookie example. More...
 

Variable Documentation

◆ $config

$config
Initial value:
= array(
'authsource' => 'default-sp',
'cookiename' => 'AuthMemCookie',
'username' => null,
'groups' => null,
'memcache.host' => '127.0.0.1',
'memcache.port' => 11211,
)

This is the configuration file for the Auth MemCookie example.

Definition at line 7 of file authmemcookie.php.