Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/ilovecveti.ru/bitrix/modules/security/lang/en/admin/ |
Upload File : |
<?php $MESS["SEC_SESSION_ADMIN_DB_BUTTON_OFF"] = "Don't Store Session Data in The Security Module Database"; $MESS["SEC_SESSION_ADMIN_DB_BUTTON_ON"] = "Store Session Data in The Security Module Database"; $MESS["SEC_SESSION_ADMIN_DB_NOTE"] = "<p>Most web attacks steal authorized user session data. Enabling the <b>session protection</b> makes makes session hijacking pointless.</p> <p>In addition to the standard session protection options that you can set in the user group preferences, the <b>proactive session protection</b>: <ul style='font-size:100%'> <li>changes the session ID periodically, and the frequency can be set;</li> <li>stores the session data in the module table.</li> </ul> <p>Storing session data in the module database prevents data from being stolen by running scripts on other virtual servers, which eliminates virtual hosting configuration errors, bad temporary folder permission settings and other problems related to the operating system. It also reduces file system stress by offloading operations to the database server.</p> <p><i>Recommended for high level.</i></p>"; $MESS["SEC_SESSION_ADMIN_DB_NOTE_V2"] = " <p>Storing a session in the database, Redis or Memcache instead of files prevents access to this data via scripts hosted on other virtual servers, helps to avoid server configuration and access permission conflicts and other environment configuration issues. Furthermore, it decreases file system load by offloading requests to a database server, Redis or Memcache.</p> <p>To change session storage parameters, you will have to edit the file <b>.settings.php</b> as described <a href='https://training.bitrix24.com/support/training/course/index.php?COURSE_ID=68&CHAPTER_ID=05962&LESSON_PATH=5936.5959.5962'>here</a>.</p> <p>In addition to conventional session security measures specified in the group settings, you can set the session ID to change every few minutes.</p> <p><i>Recommended for high security level.</i></p>"; $MESS["SEC_SESSION_ADMIN_DB_OFF"] = "Session data are not stored in the Security module database."; $MESS["SEC_SESSION_ADMIN_DB_ON"] = "Session data is stored in the Security module database."; $MESS["SEC_SESSION_ADMIN_DB_WARNING"] = "Attention! Toggling the session mode on or off will cause currently authorized users to lose authorization (the session data will be destroyed)."; $MESS["SEC_SESSION_ADMIN_SAVEDB_TAB"] = "Sessions in Database"; $MESS["SEC_SESSION_ADMIN_SAVEDB_TAB_TITLE_V2"] = "User session storage settings"; $MESS["SEC_SESSION_ADMIN_SAVEDB_TAB_V2"] = "Session storage settings"; $MESS["SEC_SESSION_ADMIN_SESSID_BUTTON_OFF"] = "Disable ID Change"; $MESS["SEC_SESSION_ADMIN_SESSID_BUTTON_ON"] = "Enable ID Change"; $MESS["SEC_SESSION_ADMIN_SESSID_NOTE"] = "<p>If this feature is enabled, the session ID will change after the specified period of time. This adds to the server load, but obviously makes ID hijacking without instantaneous usage absolutely senseless.</p> <p><i>Recommended for high level.</i></p>"; $MESS["SEC_SESSION_ADMIN_SESSID_OFF"] = "Session ID change is disabled."; $MESS["SEC_SESSION_ADMIN_SESSID_ON"] = "Session ID change is enabled."; $MESS["SEC_SESSION_ADMIN_SESSID_TAB"] = "ID Change"; $MESS["SEC_SESSION_ADMIN_SESSID_TAB_TITLE"] = "Configure periodic changing of session ID"; $MESS["SEC_SESSION_ADMIN_SESSID_TTL"] = "Session ID Lifetime, sec."; $MESS["SEC_SESSION_ADMIN_SESSID_WARNING"] = "Session ID is not compatible with Proactive Protection module. Identifier returned with session_id() function must not have more than 32 characters and should contain only Latin letters or numbers."; $MESS["SEC_SESSION_ADMIN_STORAGE_IN_FILES"] = "Session data is stored in files."; $MESS["SEC_SESSION_ADMIN_STORAGE_NAME_TYPE_DATABASE"] = "database"; $MESS["SEC_SESSION_ADMIN_STORAGE_NAME_TYPE_FILE"] = "files"; $MESS["SEC_SESSION_ADMIN_STORAGE_NAME_TYPE_MEMCACHE"] = "Memcache"; $MESS["SEC_SESSION_ADMIN_STORAGE_NAME_TYPE_REDIS"] = "Redis"; $MESS["SEC_SESSION_ADMIN_STORAGE_WITH_SESSION_DATA"] = "Session data is stored in #NAME#."; $MESS["SEC_SESSION_ADMIN_TITLE"] = "Session Protection";