Joomla CMS  3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
Référence du fichier sessionMetadataGc.php

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'))
 

Documentation des variables

◆ _JEXEC

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

if (file_exists(dirname(__DIR__) . '/defines.php')) if(!defined('_JDEFINES'))