<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Форум PHP-MyAdmin.RU &mdash; несоответствие тоукена phpmyadmin 4.0.8]]></title>
		<link>https://forum.php-myadmin.ru/viewtopic.php?id=4245</link>
		<atom:link href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=4245&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «несоответствие тоукена phpmyadmin 4.0.8».]]></description>
		<lastBuildDate>Mon, 21 Mar 2016 10:11:32 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: несоответствие тоукена phpmyadmin 4.0.8]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=26926#p26926</link>
			<description><![CDATA[<p>неужели никто не подскажет решение данной проблемы? тоукен не соответствует</p>]]></description>
			<author><![CDATA[null@example.com (dglushkov)]]></author>
			<pubDate>Mon, 21 Mar 2016 10:11:32 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=26926#p26926</guid>
		</item>
		<item>
			<title><![CDATA[Re: несоответствие тоукена phpmyadmin 4.0.8]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=26898#p26898</link>
			<description><![CDATA[<div class="quotebox"><cite>dglushkov сказал:</cite><blockquote><p>что значит запустить файл config.inc.php?</p></blockquote></div><p>В конфигурационный файл phpMyAdmin внесите только необходимые настройки и проверьте появление ошибки.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Sun, 28 Feb 2016 13:04:32 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=26898#p26898</guid>
		</item>
		<item>
			<title><![CDATA[Re: несоответствие тоукена phpmyadmin 4.0.8]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=26896#p26896</link>
			<description><![CDATA[<p>ребята проблема не решена помогите</p>]]></description>
			<author><![CDATA[null@example.com (dglushkov)]]></author>
			<pubDate>Sun, 28 Feb 2016 12:05:32 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=26896#p26896</guid>
		</item>
		<item>
			<title><![CDATA[Re: несоответствие тоукена phpmyadmin 4.0.8]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=26895#p26895</link>
			<description><![CDATA[<p>что значит запустить файл config.inc.php? его тоже перековырял на сто рядов.<br />не ответ.</p>]]></description>
			<author><![CDATA[null@example.com (dglushkov)]]></author>
			<pubDate>Fri, 26 Feb 2016 22:14:43 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=26895#p26895</guid>
		</item>
		<item>
			<title><![CDATA[Re: несоответствие тоукена phpmyadmin 4.0.8]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=26894#p26894</link>
			<description><![CDATA[<p>Попробуйте запустить конфигурационный файл phpMyAdmin, config.inc.php, который идет по умолчанию. Вероятно ошибка в нем.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Fri, 26 Feb 2016 13:15:26 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=26894#p26894</guid>
		</item>
		<item>
			<title><![CDATA[несоответствие тоукена phpmyadmin 4.0.8]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=26893#p26893</link>
			<description><![CDATA[<p>Ребята помогите, перерыл весь интернет по поводу данной проблемы - ни одно из представленных решений не помогает. Проблема в следующем - периодически phpmyadmin выдает ошибку &quot;несоответвествие тоукена&quot;, после двух-трех часовых танцов с бубнами чудесным образом начинает работать, однако проблема возникает снова и снова.<br />Куки чистил <br />session.save_path установил и создал соответствующую папку<br />session.gc_maxlifetime менял<br />MySQL перезапускал<br />НИЧЕГО НЕ ПОМОГАЕТ, однако если долго ковыряться как то бац и начинает работать. Помогите люди добрые! Сил больше нет.<br />На всякий случай кусок php.ini про session:<br />[Session]<br />; Handler used to store/retrieve data.<br />; <a href="http://php.net/session.save-handler">http://php.net/session.save-handler</a><br />session.save_handler = files</p><p>; Argument passed to save_handler.&nbsp; In the case of files, this is the path<br />; where data files are stored. Note: Windows users have to change this<br />; variable in order to use PHP&#039;s session functions.<br />;<br />; The path can be defined as:<br />;<br />session.save_path = &quot;E:/dglushkov/www/phpmyadmin/tmp&quot;<br />;<br />; where N is an integer.&nbsp; Instead of storing all the session files in<br />; /path, what this will do is use subdirectories N-levels deep, and<br />; store the session data in those directories.&nbsp; This is useful if you<br />; or your OS have problems with lots of files in one directory, and is<br />; a more efficient layout for servers that handle lots of sessions.<br />;<br />; NOTE 1: PHP will not create this directory structure automatically.<br />;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;You can use the script in the ext/session dir for that purpose.<br />; NOTE 2: See the section on garbage collection below if you choose to<br />;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;use subdirectories for session storage<br />;<br />; The file storage module creates files using mode 600 by default.<br />; You can change that by using<br />;<br />session.save_path = &quot;E:/dglushkov/www/phpmyadmin/tmp&quot;<br />;<br />; where MODE is the octal representation of the mode. Note that this<br />; does not overwrite the process&#039;s umask.<br />; <a href="http://php.net/session.save-path">http://php.net/session.save-path</a><br />session.save_path = &quot;E:/dglushkov/www/phpmyadmin/tmp&quot;</p><p>; Whether to use cookies.<br />; <a href="http://php.net/session.use-cookies">http://php.net/session.use-cookies</a><br />session.use_cookies = 1</p><p>; <a href="http://php.net/session.cookie-secure">http://php.net/session.cookie-secure</a><br />;session.cookie_secure =</p><p>; This option forces PHP to fetch and use a cookie for storing and maintaining<br />; the session id. We encourage this operation as it&#039;s very helpful in combatting<br />; session hijacking when not specifying and managing your own session id. It is<br />; not the end all be all of session hijacking defense, but it&#039;s a good start.<br />; <a href="http://php.net/session.use-only-cookies">http://php.net/session.use-only-cookies</a><br />session.use_only_cookies = 0</p><p>; Name of the session (used as cookie name).<br />; <a href="http://php.net/session.name">http://php.net/session.name</a><br />session.name = PHPSESSID</p><p>; Initialize session on request startup.<br />; <a href="http://php.net/session.auto-start">http://php.net/session.auto-start</a><br />session.auto_start = 1</p><p>; Lifetime in seconds of cookie or, if 0, until browser is restarted.<br />; <a href="http://php.net/session.cookie-lifetime">http://php.net/session.cookie-lifetime</a><br />session.cookie_lifetime = 1</p><p>; The path for which the cookie is valid.<br />; <a href="http://php.net/session.cookie-path">http://php.net/session.cookie-path</a><br />session.cookie_path = /</p><p>; The domain for which the cookie is valid.<br />; <a href="http://php.net/session.cookie-domain">http://php.net/session.cookie-domain</a><br />session.cookie_domain =</p><p>; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scripting languages such as JavaScript.<br />; <a href="http://php.net/session.cookie-httponly">http://php.net/session.cookie-httponly</a><br />session.cookie_httponly =</p><p>; Handler used to serialize data.&nbsp; php is the standard serializer of PHP.<br />; <a href="http://php.net/session.serialize-handler">http://php.net/session.serialize-handler</a><br />session.serialize_handler = php</p><p>; Defines the probability that the &#039;garbage collection&#039; process is started<br />; on every session initialization. The probability is calculated by using<br />; gc_probability/gc_divisor. Where session.gc_probability is the numerator<br />; and gc_divisor is the denominator in the equation. Setting this value to 1<br />; when the session.gc_divisor value is 100 will give you approximately a 1% chance<br />; the gc will run on any give request.<br />; Default Value: 1<br />; Development Value: 1<br />; Production Value: 1<br />; <a href="http://php.net/session.gc-probability">http://php.net/session.gc-probability</a><br />session.gc_probability = 1</p><p>; Defines the probability that the &#039;garbage collection&#039; process is started on every<br />; session initialization. The probability is calculated by using the following equation:<br />; gc_probability/gc_divisor. Where session.gc_probability is the numerator and<br />; session.gc_divisor is the denominator in the equation. Setting this value to 1<br />; when the session.gc_divisor value is 100 will give you approximately a 1% chance<br />; the gc will run on any give request. Increasing this value to 1000 will give you<br />; a 0.1% chance the gc will run on any give request. For high volume production servers,<br />; this is a more efficient approach.<br />; Default Value: 100<br />; Development Value: 1000<br />; Production Value: 1000<br />; <a href="http://php.net/session.gc-divisor">http://php.net/session.gc-divisor</a><br />session.gc_divisor = 1000</p><p>; After this number of seconds, stored data will be seen as &#039;garbage&#039; and<br />; cleaned up by the garbage collection process.<br />; <a href="http://php.net/session.gc-maxlifetime">http://php.net/session.gc-maxlifetime</a><br />session.gc_maxlifetime = 728000</p><p>; NOTE: If you are using the subdirectory option for storing session files<br />;&nbsp; &nbsp; &nbsp; &nbsp;(see session.save_path above), then garbage collection does *not*<br />;&nbsp; &nbsp; &nbsp; &nbsp;happen automatically.&nbsp; You will need to do your own garbage<br />;&nbsp; &nbsp; &nbsp; &nbsp;collection through a shell script, cron entry, or some other method.<br />;&nbsp; &nbsp; &nbsp; &nbsp;For example, the following script would is the equivalent of<br />;&nbsp; &nbsp; &nbsp; &nbsp;setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):<br />;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; find /path/to/sessions -cmin +24 | xargs rm</p><p>; PHP 4.2 and less have an undocumented feature/bug that allows you to<br />; to initialize a session variable in the global scope, even when register_globals<br />; is disabled.&nbsp; PHP 4.3 and later will warn you, if this feature is used.<br />; You can disable the feature and the warning separately. At this time,<br />; the warning is only displayed, if bug_compat_42 is enabled. This feature<br />; introduces some serious security problems if not handled correctly. It&#039;s<br />; recommended that you do not use this feature on production servers. But you<br />; should enable this on development servers and enable the warning as well. If you<br />; do not enable the feature on development servers, you won&#039;t be warned when it&#039;s<br />; used and debugging errors caused by this can be difficult to track down.<br />; Default Value: On<br />; Development Value: On<br />; Production Value: Off<br />; <a href="http://php.net/session.bug-compat-42">http://php.net/session.bug-compat-42</a><br />session.bug_compat_42 = Off</p><p>; This setting controls whether or not you are warned by PHP when initializing a<br />; session value into the global space. session.bug_compat_42 must be enabled before<br />; these warnings can be issued by PHP. See the directive above for more information.<br />; Default Value: On<br />; Development Value: On<br />; Production Value: Off<br />; <a href="http://php.net/session.bug-compat-warn">http://php.net/session.bug-compat-warn</a><br />session.bug_compat_warn = Off</p><p>; Check HTTP Referer to invalidate externally stored URLs containing ids.<br />; HTTP_REFERER has to contain this substring for the session to be<br />; considered as valid.<br />; <a href="http://php.net/session.referer-check">http://php.net/session.referer-check</a><br />session.referer_check =</p><p>; How many bytes to read from the file.<br />; <a href="http://php.net/session.entropy-length">http://php.net/session.entropy-length</a><br />session.entropy_length = 0</p><p>; Specified here to create the session id.<br />; <a href="http://php.net/session.entropy-file">http://php.net/session.entropy-file</a><br />; On systems that don&#039;t have /dev/urandom /dev/arandom can be used<br />; On windows, setting the entropy_length setting will activate the <br />; Windows random source (using the CryptoAPI)<br />;session.entropy_file = /dev/urandom</p><p>; Set to {nocache,private,public,} to determine HTTP caching aspects<br />; or leave this empty to avoid sending anti-caching headers.<br />; <a href="http://php.net/session.cache-limiter">http://php.net/session.cache-limiter</a><br />session.cache_limiter = nocache</p><p>; Document expires after n minutes.<br />; <a href="http://php.net/session.cache-expire">http://php.net/session.cache-expire</a><br />session.cache_expire = 180</p><p>; trans sid support is disabled by default.<br />; Use of trans sid may risk your users security.<br />; Use this option with caution.<br />; - User may send URL contains active session ID<br />;&nbsp; &nbsp;to other person via. email/irc/etc.<br />; - URL that contains active session ID may be stored<br />;&nbsp; &nbsp;in publically accessible computer.<br />; - User may access your site with the same session ID<br />;&nbsp; &nbsp;always using URL stored in browser&#039;s history or bookmarks.<br />; <a href="http://php.net/session.use-trans-sid">http://php.net/session.use-trans-sid</a><br />session.use_trans_sid = 0</p><p>; Select a hash function for use in generating session ids.<br />; Possible Values<br />;&nbsp; &nbsp;0&nbsp; (MD5 128 bits)<br />;&nbsp; &nbsp;1&nbsp; (SHA-1 160 bits)<br />; This option may also be set to the name of any hash function supported by<br />; the hash extension. A list of available hashes is returned by the hash_algos()<br />; function.<br />; <a href="http://php.net/session.hash-function">http://php.net/session.hash-function</a><br />session.hash_function = 0</p><p>; Define how many bits are stored in each character when converting<br />; the binary hash data to something readable.<br />; Possible values:<br />;&nbsp; &nbsp;4&nbsp; (4 bits: 0-9, a-f)<br />;&nbsp; &nbsp;5&nbsp; (5 bits: 0-9, a-v)<br />;&nbsp; &nbsp;6&nbsp; (6 bits: 0-9, a-z, A-Z, &quot;-&quot;, &quot;,&quot;)<br />; Default Value: 4<br />; Development Value: 5<br />; Production Value: 5<br />; <a href="http://php.net/session.hash-bits-per-character">http://php.net/session.hash-bits-per-character</a><br />session.hash_bits_per_character = 5</p><p>; The URL rewriter will look for URLs in a defined set of HTML tags.<br />; form/fieldset are special; if you include them here, the rewriter will<br />; add a hidden &lt;input&gt; field with the info which is otherwise appended<br />; to URLs.&nbsp; If you want XHTML conformity, remove the form entry.<br />; Note that all valid entries require a &quot;=&quot;, even if no value follows.<br />; Default Value: &quot;a=href,area=href,frame=src,form=,fieldset=&quot;<br />; Development Value: &quot;a=href,area=href,frame=src,input=src,form=fakeentry&quot;<br />; Production Value: &quot;a=href,area=href,frame=src,input=src,form=fakeentry&quot;<br />; <a href="http://php.net/url-rewriter.tags">http://php.net/url-rewriter.tags</a><br />url_rewriter.tags = &quot;a=href,area=href,frame=src,input=src,form=fakeentry&quot;</p>]]></description>
			<author><![CDATA[null@example.com (dglushkov)]]></author>
			<pubDate>Fri, 26 Feb 2016 10:14:43 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=26893#p26893</guid>
		</item>
	</channel>
</rss>
