__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?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;
/**
* Interface for validating a part of the session
*
* @since 2.0.0
*/
interface ValidatorInterface
{
/**
* Validates the session
*
* @param boolean $restart Flag if the session should be restarted
*
* @return void
*
* @since 2.0.0
* @throws Exception\InvalidSessionException
*/
public function validate(bool $restart = false): void;
}
| 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 |
|