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 sessionGc.php

Structures de données

class  SessionGc
 

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 session data which should be called from the command-line, not the web. For example something like: /usr/bin/php /path/to/site/cli/sessionGc.php

◆ if

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