<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>『株式会社シンプル・アイ』 ブログ &#187; XREA</title>
	<atom:link href="http://blog.simple-eye.com/archives/tag/xrea/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.simple-eye.com</link>
	<description>PHP+MySQLのWEBシステム開発の現場からお届け。でも実は食べ物の話題が多い。。。</description>
	<lastBuildDate>Mon, 23 Apr 2012 05:17:31 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>XREAやCORESERVERのsession_start()でエラー</title>
		<link>http://blog.simple-eye.com/archives/289</link>
		<comments>http://blog.simple-eye.com/archives/289#comments</comments>
		<pubDate>Mon, 12 Apr 2010 02:00:54 +0000</pubDate>
		<dc:creator>シンプル・アイ社長</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[CORESERVER]]></category>
		<category><![CDATA[XREA]]></category>

		<guid isPermaLink="false">http://blog.simple-eye.com/?p=289</guid>
		<description><![CDATA[XREAやCORESRVERのPHPで、モジュール版とCGI版のPHPを合わせて使って、セッションが引き継がれると以下のようなエラーが出る。 Warning: session_start() [function.sess [...]]]></description>
			<content:encoded><![CDATA[<p>XREAやCORESRVERのPHPで、モジュール版とCGI版のPHPを合わせて使って、セッションが引き継がれると以下のようなエラーが出る。</p>
<blockquote><p><strong>Warning</strong>: session_start() [<a href="http://www.shinko-grandsha.jp/contact/function.session-start">function.session-start</a>]:  open(/tmp/sess_ｘｘｘｘｘｘｘｘｘｘｘｘｘｘｘｘｘｘｘｘｘｘ, O_RDWR) failed: Permission denied  (13) in  <strong>/virtual/ｘｘｘｘ/public_html/index.php</strong> on  line <strong>xx</strong></p></blockquote>
<p>これはCGI版では、セッションファイルが、/tmp/にて、FTPユーザー権限で書きこまれ、一方モジュール版ではApacheユーザー権限で書きこまれるからだ。それで、CGI版PHPで作成されたセッションファイルをモジュール版PHPから読み込む際にパーミッションエラーとなるのだ。逆もまたしかり。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.simple-eye.com/archives/289/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

