AnonSec Shell
Server IP : 85.193.89.191  /  Your IP : 3.144.114.201
Web Server : Apache
System : Linux 956367-cx40159.tmweb.ru 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
User : bitrix ( 600)
PHP Version : 8.1.27
Disable Function : NONE
MySQL : OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/bitrix/www/bitrix/modules/security/classes/general/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/bitrix/www/bitrix/modules/security/classes/general//session_virtual.php
<?php
/**
* Bitrix Framework
* @package bitrix
* @subpackage security
* @copyright 2001-2013 Bitrix
*/

/**
 * Class CSecuritySessionVirtual
 * @deprecated
 * @see \Bitrix\Main\Session\Handlers\NullSessionHandler
 */
class CSecuritySessionVirtual
{
	/**
	 * @return bool
	 */
	public static function isStorageEnabled()
	{
		return defined("BX_SECURITY_SESSION_VIRTUAL") && BX_SECURITY_SESSION_VIRTUAL == true;
	}

	/**
	 * @return bool
	 */
	public static function Init()
	{
		return true;
	}

	/**
	 * @param string $savePath - unused on this handler
	 * @param string $sessionName - unused on this handler
	 * @return bool
	 */
	public static function open($savePath, $sessionName)
	{
		return true;
	}

	public static function close()
	{
		return true;
	}

	/**
	 * @param string $id - session id, must be valid hash
	 * @return string
	 */
	public static function read($id)
	{
		return "";
	}

	/**
	 * @param string $id - session id, must be valid hash
	 * @param array $sessionData
	 * @return bool
	 */
	public static function write($id, $sessionData)
	{
		return true;
	}

	/**
	 * @param string $id - session id, must be valid hash
	 * @return bool
	 */
	public static function destroy($id)
	{
		return true;
	}

	/**
	 * @param int $maxLifeTime - unused on this handler
	 */
	public static function gc($maxLifeTime)
	{
	}
}

Anon7 - 2022
AnonSec Team