<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/javascript/tags/cookies</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 02 Dec 2008 03:11:43 GMT</pubDate>
<item>
<title>(JavaScript) Session variables without cookies - alvaroisorna</title>
<link>http://snipplr.com/view/6205/session-variables-without-cookies/</link>
<description><![CDATA[ <p>"I never liked the JavaScript implementation of cookies. The storage space is limited (4 x 20 Kb per domain), the only data format that can be used is a string and the syntax for setting and getting cookies is unnecessarily complicated. On top of that they get added to the browser request header - and since a lot of corporate firewalls only accept a rather limited request header length they might prevent your pages from loading at all. (I've seen it happen - it's ugly.) So I've made a small script that let you use JavaScript session variables without using cookies. It will let you store 2 MB of data, with much less hassle than a cookie based solution."</p> ]]></description>
<pubDate>Tue, 13 May 2008 07:39:06 GMT</pubDate>
<guid>http://snipplr.com/view/6205/session-variables-without-cookies/</guid>
</item>
<item>
<title>(JavaScript) javascript get/set/del cookies - gbot</title>
<link>http://snipplr.com/view/5330/javascript-getsetdel-cookies/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 09 Mar 2008 01:26:26 GMT</pubDate>
<guid>http://snipplr.com/view/5330/javascript-getsetdel-cookies/</guid>
</item>
<item>
<title>(JavaScript) get and set cookie - noah</title>
<link>http://snipplr.com/view/2843/get-and-set-cookie/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 11 Jun 2007 09:10:48 GMT</pubDate>
<guid>http://snipplr.com/view/2843/get-and-set-cookie/</guid>
</item>
<item>
<title>(JavaScript) Get and set state with cookie II - noah</title>
<link>http://snipplr.com/view/2688/get-and-set-state-with-cookie-ii/</link>
<description><![CDATA[ <p>Set and get a cookie.</p> ]]></description>
<pubDate>Tue, 22 May 2007 12:12:34 GMT</pubDate>
<guid>http://snipplr.com/view/2688/get-and-set-state-with-cookie-ii/</guid>
</item>
<item>
<title>(JavaScript) Save application state in a cookie - noah</title>
<link>http://snipplr.com/view/2586/save-application-state-in-a-cookie/</link>
<description><![CDATA[ <p>A variant of this code is in use on the My Organizer app at http://collegeboard.com/student/index.html?student</p> ]]></description>
<pubDate>Wed, 02 May 2007 14:13:52 GMT</pubDate>
<guid>http://snipplr.com/view/2586/save-application-state-in-a-cookie/</guid>
</item>
<item>
<title>(JavaScript) Creating Cookies - mlange</title>
<link>http://snipplr.com/view/1281/creating-cookies/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 03 Oct 2006 05:10:46 GMT</pubDate>
<guid>http://snipplr.com/view/1281/creating-cookies/</guid>
</item>
<item>
<title>(JavaScript) Cookie v1.0 - Leech</title>
<link>http://snipplr.com/view/547/cookie-v10/</link>
<description><![CDATA[ <p>Object to manage cookies.
Created: 2006.04.24</p> ]]></description>
<pubDate>Fri, 21 Jul 2006 09:06:35 GMT</pubDate>
<guid>http://snipplr.com/view/547/cookie-v10/</guid>
</item>
</channel>
</rss>