<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forum CakePHP.org.pl - Problem z sesją]]></title>
	<link rel="self" href="http://forum.cakephp.org.pl/feed/atom/topic/37/"/>
	<updated>2009-02-14T13:03:55Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.cakephp.org.pl/topic/37/problem-z-sesja/</id>
		<entry>
			<title type="html"><![CDATA[Odp: Problem z sesją]]></title>
			<link rel="alternate" href="http://forum.cakephp.org.pl/post/176/#p176"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[juby]]></name>
				<uri>http://forum.cakephp.org.pl/user/20/</uri>
			</author>
			<updated>2009-02-14T13:03:55Z</updated>
			<id>http://forum.cakephp.org.pl/post/176/#p176</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Problem z sesją]]></title>
			<link rel="alternate" href="http://forum.cakephp.org.pl/post/160/#p160"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[gaw]]></name>
				<uri>http://forum.cakephp.org.pl/user/95/</uri>
			</author>
			<updated>2009-01-27T10:13:27Z</updated>
			<id>http://forum.cakephp.org.pl/post/160/#p160</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Problem z sesją]]></title>
			<link rel="alternate" href="http://forum.cakephp.org.pl/post/159/#p159"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[darek_dobron]]></name>
				<uri>http://forum.cakephp.org.pl/user/39/</uri>
			</author>
			<updated>2009-01-27T09:21:55Z</updated>
			<id>http://forum.cakephp.org.pl/post/159/#p159</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Problem z sesją]]></title>
			<link rel="alternate" href="http://forum.cakephp.org.pl/post/158/#p158"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[gaw]]></name>
				<uri>http://forum.cakephp.org.pl/user/95/</uri>
			</author>
			<updated>2009-01-27T00:07:46Z</updated>
			<id>http://forum.cakephp.org.pl/post/158/#p158</id>
		</entry>
</feed>

