<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - alvaroisorna</title>
<link>http://snipplr.com/users/alvaroisorna/tags/session</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 08 Sep 2008 08:02:50 GMT</pubDate>
<item>
<title>(JavaScript) Session variables without cookies</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>
</channel>
</rss>