<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: MicroTut: Getting And Setting Cookies With jQuery &amp; PHP</title>
	<atom:link href="http://tutorialzine.com/2010/03/microtut-getting-and-setting-cookies-with-jquery-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialzine.com/2010/03/microtut-getting-and-setting-cookies-with-jquery-php/</link>
	<description>Web Development Tutorials &#38; Resources</description>
	<lastBuildDate>Thu, 09 Feb 2012 20:52:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jeux</title>
		<link>http://tutorialzine.com/2010/03/microtut-getting-and-setting-cookies-with-jquery-php/#comment-12761</link>
		<dc:creator>Jeux</dc:creator>
		<pubDate>Sat, 13 Nov 2010 09:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=771#comment-12761</guid>
		<description>It&#039;s simple and powerfull thanks for tutto!</description>
		<content:encoded><![CDATA[<p>It&#8217;s simple and powerfull thanks for tutto!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carnitos</title>
		<link>http://tutorialzine.com/2010/03/microtut-getting-and-setting-cookies-with-jquery-php/#comment-11908</link>
		<dc:creator>carnitos</dc:creator>
		<pubDate>Tue, 12 Oct 2010 15:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=771#comment-11908</guid>
		<description>ok, i got it, if someone need it here&#039;s the example to set expiration date to 4 hours:

var date = new Date();
date.setTime(date.getTime() + (240 * 60 * 1000)); // 4 hours = 240 mins
$.cookie(&quot;demoCookie&quot;, value, {path: &#039;/&#039;, expires: date});</description>
		<content:encoded><![CDATA[<p>ok, i got it, if someone need it here&#8217;s the example to set expiration date to 4 hours:</p>
<p>var date = new Date();<br />
date.setTime(date.getTime() + (240 * 60 * 1000)); // 4 hours = 240 mins<br />
$.cookie(&#8220;demoCookie&#8221;, value, {path: &#8216;/&#8217;, expires: date});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carnitos</title>
		<link>http://tutorialzine.com/2010/03/microtut-getting-and-setting-cookies-with-jquery-php/#comment-11892</link>
		<dc:creator>carnitos</dc:creator>
		<pubDate>Tue, 12 Oct 2010 00:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=771#comment-11892</guid>
		<description>great mini tutorial :) i have a question, i&#039;m looking for handle expiration date in hours (not days like the example) how will be?
sorry for the dumb question but i cant find any documentation about expiration in hours, i need to set to 4 hours</description>
		<content:encoded><![CDATA[<p>great mini tutorial :) i have a question, i&#8217;m looking for handle expiration date in hours (not days like the example) how will be?<br />
sorry for the dumb question but i cant find any documentation about expiration in hours, i need to set to 4 hours</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swat Chap</title>
		<link>http://tutorialzine.com/2010/03/microtut-getting-and-setting-cookies-with-jquery-php/#comment-7736</link>
		<dc:creator>Swat Chap</dc:creator>
		<pubDate>Fri, 16 Jul 2010 16:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=771#comment-7736</guid>
		<description>these microtuts are good stuff</description>
		<content:encoded><![CDATA[<p>these microtuts are good stuff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atul Kash</title>
		<link>http://tutorialzine.com/2010/03/microtut-getting-and-setting-cookies-with-jquery-php/#comment-3792</link>
		<dc:creator>Atul Kash</dc:creator>
		<pubDate>Tue, 16 Mar 2010 22:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=771#comment-3792</guid>
		<description>Really getting addicted to these microtuts, now I find the normal tuts too long to read.
I would like point out that setting the right path is the most important thing while working with cookies. many tutorials don&#039;t mention that and kudos to you for that.</description>
		<content:encoded><![CDATA[<p>Really getting addicted to these microtuts, now I find the normal tuts too long to read.<br />
I would like point out that setting the right path is the most important thing while working with cookies. many tutorials don&#8217;t mention that and kudos to you for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silviya</title>
		<link>http://tutorialzine.com/2010/03/microtut-getting-and-setting-cookies-with-jquery-php/#comment-3762</link>
		<dc:creator>Silviya</dc:creator>
		<pubDate>Tue, 16 Mar 2010 07:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=771#comment-3762</guid>
		<description>Pretty useful when you make your own coding. Thanks!</description>
		<content:encoded><![CDATA[<p>Pretty useful when you make your own coding. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cookie Monster</title>
		<link>http://tutorialzine.com/2010/03/microtut-getting-and-setting-cookies-with-jquery-php/#comment-3749</link>
		<dc:creator>Cookie Monster</dc:creator>
		<pubDate>Mon, 15 Mar 2010 21:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=771#comment-3749</guid>
		<description>this microtut made me hungry</description>
		<content:encoded><![CDATA[<p>this microtut made me hungry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DazLog</title>
		<link>http://tutorialzine.com/2010/03/microtut-getting-and-setting-cookies-with-jquery-php/#comment-3717</link>
		<dc:creator>DazLog</dc:creator>
		<pubDate>Sun, 14 Mar 2010 21:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=771#comment-3717</guid>
		<description>I really like this &#039;microtutorials&#039;. They help me a lot :D</description>
		<content:encoded><![CDATA[<p>I really like this &#8216;microtutorials&#8217;. They help me a lot :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hoxxy</title>
		<link>http://tutorialzine.com/2010/03/microtut-getting-and-setting-cookies-with-jquery-php/#comment-3680</link>
		<dc:creator>Hoxxy</dc:creator>
		<pubDate>Sat, 13 Mar 2010 23:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=771#comment-3680</guid>
		<description>Nice one, might come in handy in the near future :)</description>
		<content:encoded><![CDATA[<p>Nice one, might come in handy in the near future :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Object Caching 345/345 objects using apc
Content Delivery Network via cdn.tutorialzine.com

Served from: tutorialzine.com @ 2012-02-09 22:30:56 -->
