<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форум PHP-MyAdmin.RU &mdash; Проблемы с Logout]]></title>
	<link rel="self" href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=77&amp;type=atom" />
	<updated>2006-03-28T07:33:07Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.php-myadmin.ru/viewtopic.php?id=77</id>
		<entry>
			<title type="html"><![CDATA[Re: Проблемы с Logout]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=373#p373" />
			<content type="html"><![CDATA[<p>Спасибо за совет.</p>]]></content>
			<author>
				<name><![CDATA[kislyk]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=76</uri>
			</author>
			<updated>2006-03-28T07:33:07Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=373#p373</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Проблемы с Logout]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=366#p366" />
			<content type="html"><![CDATA[<p><strong>kislyk</strong><br />Задать значения переменным<br /><a href="http://www.php-myadmin.ru/doc/config.html#pmaabsoluteuri">$cfg[&#039;blowfish_secret&#039;]</a>; <br />$cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] =&#039;cookie&#039;<br />Ну и разумеется твой браузер должен разрешать работу с куками.</p>]]></content>
			<author>
				<name><![CDATA[Lokki]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2</uri>
			</author>
			<updated>2006-03-27T18:48:15Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=366#p366</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Проблемы с Logout]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=364#p364" />
			<content type="html"><![CDATA[<p>А если использовать cookies Auth - то что нужно поменять в конфигурации? Кроме собственно метода аутентификации?</p><p>И будет ли Logout работать?</p><p>--<br />Огромное спасибо за предыдущий ответ. Хоть совесть чиста будет, что проблема не в руках :-)</p>]]></content>
			<author>
				<name><![CDATA[kislyk]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=76</uri>
			</author>
			<updated>2006-03-27T18:26:49Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=364#p364</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Проблемы с Logout]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=336#p336" />
			<content type="html"><![CDATA[<p><strong>kislyk</strong><br />Корректный логаут невозможен при использовании http-аутентификации, для завершения сеанса придется закрывать окна браузера. Подробнее см.: <a href="http://sourceforge.net/tracker/?group_id=23067&amp;atid=377408&amp;func=detail&amp;aid=1123009">[bug 1123009 ] Logout doesn&#039;t works</a></p>]]></content>
			<author>
				<name><![CDATA[Lokki]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=2</uri>
			</author>
			<updated>2006-03-26T17:07:48Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=336#p336</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Проблемы с Logout]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=331#p331" />
			<content type="html"><![CDATA[<p>Здравствуйте все,</p><p>Помогите плиз настроить phpMyAdmin</p><p>Вобщем то всё хорошо работает, но есть одна проблема - гогда нажимешь кнопку &quot;Выйти из системы&quot; - то появляеться окно ввода логина и пароля. И никакой логин с паролем не подходит.<br />А если нажать отмену ты появитсья сообщение что под данным логином и паролем доступ запрещён.</p><p>Перепробовал кучу способов, разные брузеры (Эксплорер, Мозилу) не помогает.</p><p>Несколько дополнений по настройкам:</p><p>phpMyAdmin-2.8.0.2<br />php5-5.1.2_1<br />apache+mod_ssl+mod_perl-1.3.33+2.8.22+1.29</p><p>Линк входа на страничку PHP <a href="http://A.B.C.D/phpMyAdmin-2.8.0.2/index.php">http://A.B.C.D/phpMyAdmin-2.8.0.2/index.php</a></p><p>A.B.C.D - IP address</p><p>Конфигурация php_myadin:<br />...</p><p>$cfg[&#039;PmaAbsoluteUri&#039;] = &#039;<a href="http://A.B.C.D/phpMyAdmin-2.8.0.2/">http://A.B.C.D/phpMyAdmin-2.8.0.2/</a>&#039;<br />...<br />...<br />$i++;<br />$cfg[&#039;Servers&#039;][$i][&#039;host&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &#039;localhost&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;port&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;socket&#039;]&nbsp; &nbsp; &nbsp; &nbsp; = &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;connect_type&#039;]&nbsp; = &#039;tcp&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;extension&#039;]&nbsp; &nbsp; &nbsp;= &#039;mysql&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;compress&#039;]&nbsp; &nbsp; &nbsp; = FALSE;<br />$cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;]&nbsp; &nbsp;= &#039;login&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;]&nbsp; &nbsp;= &#039;zzzaaa&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;]&nbsp; &nbsp; &nbsp;= &#039;http&#039;;&nbsp; &nbsp; &nbsp; <br />$cfg[&#039;Servers&#039;][$i][&#039;user&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;password&#039;]&nbsp; &nbsp; &nbsp; = &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;only_db&#039;]&nbsp; &nbsp; &nbsp; &nbsp;= &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;hide_db&#039;]&nbsp; &nbsp; &nbsp; &nbsp;= &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;verbose&#039;]&nbsp; &nbsp; &nbsp; &nbsp;= &#039;&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;pmadb&#039;]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &#039;&#039;;<br />...<br />...<br />$cfg[&#039;Servers&#039;][$i][&#039;AllowDeny&#039;][&#039;order&#039;]<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &#039;deny,allow&#039;;<br />$cfg[&#039;Servers&#039;][$i][&#039;AllowDeny&#039;][&#039;rules&#039;]<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= array(<br />&#039;deny root from all&#039;);<br />...<br />...<br />Помогите плиз.</p>]]></content>
			<author>
				<name><![CDATA[kislyk]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=76</uri>
			</author>
			<updated>2006-03-26T15:27:56Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=331#p331</id>
		</entry>
</feed>
