<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Forum CakePHP.org.pl - Problem z sesją]]></title>
		<link>http://forum.cakephp.org.pl/topic/37/problem-z-sesja/</link>
		<description><![CDATA[Najświeższe odpowiedzi w Problem z sesją.]]></description>
		<lastBuildDate>Sat, 14 Feb 2009 13:03:55 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Odp: Problem z sesją]]></title>
			<link>http://forum.cakephp.org.pl/post/176/#p176</link>
			<description><![CDATA[<p>rozwiazaniem przechowywania sesji przez php na serwerach home.pl (dobrze za napisales ze to home) jest utworzenie w miejscu gdzie prowadzi domena, katalogu &#039;tmp&#039; nadajac mu prawa 777. Ta jakze wazna informacje mozna znalesc w dokumentacji <br /><a href="http://home.pl/dokumentacja">http://home.pl/dokumentacja</a>...ale w ktorym miejscu..tego nie widza nawet najstarci indianie <img src="http://forum.cakephp.org.pl/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (juby)]]></author>
			<pubDate>Sat, 14 Feb 2009 13:03:55 +0000</pubDate>
			<guid>http://forum.cakephp.org.pl/post/176/#p176</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Problem z sesją]]></title>
			<link>http://forum.cakephp.org.pl/post/160/#p160</link>
			<description><![CDATA[<p>generalnie z tego co mi wiadomo skrypty na serwerach home.pl chodza&quot; z prawami admina. <br />zmienilem konfiguracje zeby sesje zapisywal w bazie - dziala.</p><p>dzieki za pomoc.</p><p>pozdr.</p>]]></description>
			<author><![CDATA[null@example.com (gaw)]]></author>
			<pubDate>Tue, 27 Jan 2009 10:13:27 +0000</pubDate>
			<guid>http://forum.cakephp.org.pl/post/160/#p160</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Problem z sesją]]></title>
			<link>http://forum.cakephp.org.pl/post/159/#p159</link>
			<description><![CDATA[<p>Katalog /app/tmp - musi być odczytywalny i zapisywalny (podkatalogi też)</p><p>Jeśli używasz PHP do zapisywania sesji (plik app/config/core.php -&gt; linia &quot;Configure::write(&#039;Session.save&#039;, &#039;php&#039;);&quot; ) to musisz zadbać aby katalog, gdzie php zapisuje sesje też był zapisywalny i odczytywalny.</p><p>Pozdrowienia</p>]]></description>
			<author><![CDATA[null@example.com (darek_dobron)]]></author>
			<pubDate>Tue, 27 Jan 2009 09:21:55 +0000</pubDate>
			<guid>http://forum.cakephp.org.pl/post/159/#p159</guid>
		</item>
		<item>
			<title><![CDATA[Problem z sesją]]></title>
			<link>http://forum.cakephp.org.pl/post/158/#p158</link>
			<description><![CDATA[<p>witam,</p><p>mam kolejny problem <img src="http://forum.cakephp.org.pl/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>na localhoscie wszystko gra. po wgraniu na serwer wywala blad<br /></p><div class="codebox"><pre><code>Warning (2): session_start() [function.session-start]: open(/tmp/sess_9ad60939583396d1518081af62555f09, O_RDWR) failed: No such file or directory (2) [CORE/cake/libs/session.php, line 547]

Code

session_start - [internal], line ??
CakeSession::__startSession() - CORE/cake/libs/session.php, line 547
CakeSession::start() - CORE/cake/libs/session.php, line 173
SessionComponent::__start() - CORE/cake/libs/controller/components/session.php, line 304
SessionComponent::startup() - CORE/cake/libs/controller/components/session.php, line 94
Component::startup() - CORE/cake/libs/controller/component.php, line 115
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 88

Warning (2): session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /elite/cake/basics.php:111) [CORE/cake/libs/session.php, line 547]

Code

session_start - [internal], line ??
CakeSession::__startSession() - CORE/cake/libs/session.php, line 547
CakeSession::start() - CORE/cake/libs/session.php, line 173
SessionComponent::__start() - CORE/cake/libs/controller/components/session.php, line 304
SessionComponent::startup() - CORE/cake/libs/controller/components/session.php, line 94
Component::startup() - CORE/cake/libs/controller/component.php, line 115
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 88

Warning (2): Cannot modify header information - headers already sent by (output started at /elite/cake/basics.php:111) [CORE/cake/libs/session.php, line 548]

Code

header - [internal], line ??
CakeSession::__startSession() - CORE/cake/libs/session.php, line 548
CakeSession::start() - CORE/cake/libs/session.php, line 173
SessionComponent::__start() - CORE/cake/libs/controller/components/session.php, line 304
SessionComponent::startup() - CORE/cake/libs/controller/components/session.php, line 94
Component::startup() - CORE/cake/libs/controller/component.php, line 115
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 88

Warning (2): Cannot modify header information - headers already sent by (output started at /elite/cake/basics.php:111) [CORE/cake/libs/controller/components/cookie.php, line 364]</code></pre></div><p>nie za bardzo wiem gdzie lezy przyczyna.</p><p>Prosze o pomoc.</p><p>pozdr.</p>]]></description>
			<author><![CDATA[null@example.com (gaw)]]></author>
			<pubDate>Tue, 27 Jan 2009 00:07:46 +0000</pubDate>
			<guid>http://forum.cakephp.org.pl/post/158/#p158</guid>
		</item>
	</channel>
</rss>

