<?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>memo.393 &#187; js</title>
	<atom:link href="http://memo.393.bz/archives/tag/js/feed" rel="self" type="application/rss+xml" />
	<link>http://memo.393.bz</link>
	<description>個人的メモです。間違いなどありましたらご指摘ください。。。</description>
	<lastBuildDate>Sun, 27 Nov 2011 15:27:41 +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>[JS]cookieについて</title>
		<link>http://memo.393.bz/archives/392</link>
		<comments>http://memo.393.bz/archives/392#comments</comments>
		<pubDate>Thu, 12 Mar 2009 18:47:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaSpript]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://memo.393.bz/?p=392</guid>
		<description><![CDATA[設定の仕方はこんな感じ。 document.cookie = &#34;expires=○○○;△△△=□□□&#34;; ○○○が有効期限 これを設定しないと、ブラウザを閉じた時点で削除される。 △△△と□□□は任 [...]]]></description>
			<content:encoded><![CDATA[<p>設定の仕方はこんな感じ。</p>
<pre name="code" class="javascript">

document.cookie = &quot;expires=○○○;△△△=□□□&quot;;
</pre>
<p>○○○が有効期限<br />
これを設定しないと、ブラウザを閉じた時点で削除される。<br />
△△△と□□□は任意の値を設定可能</p>
]]></content:encoded>
			<wfw:commentRss>http://memo.393.bz/archives/392/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

