Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Structures de données | |
class | SessionMetadataGc |
Espaces de nommage | |
Joomla\Cli | |
Variables | |
const | _JEXEC = 1 |
if(file_exists(dirname(__DIR__) . '/defines.php')) | if (!defined( '_JDEFINES')) |
const _JEXEC = 1 |
This is a CRON script to delete expired optional session metadata which should be called from the command-line, not the web. For example something like: /usr/bin/php /path/to/site/cli/sessionMetadataGc.php
if (file_exists(dirname(__DIR__) . '/defines.php')) if(!defined('_JDEFINES')) |