<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2012 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For Cookies and Sessions</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Thu, 16 Feb 2012 01:30:40 -0500</lastBuildDate>
<pubDate>Thu, 16 Feb 2012 01:30:40 -0500</pubDate>
<item>
<title>Managing Session with and without Cookies</title>
<pubDate>Sat, 03 Dec 2005 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Managing-Session-with-and-without-Cookies/11981</link>
<description>
<![CDATA[If the user's browser doesn't support cookie or has it turned off, will the ASP's session work properly? The answer is no. This tutorial shows you why, and provides you suggestions on how to manage yo...]]>
</description><guid>http://www.tutorialized.com/tutorial/Managing-Session-with-and-without-Cookies/11981</guid>
</item>
<item>
<title>Sessions</title>
<pubDate>Sat, 03 Dec 2005 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Sessions/11577</link>
<description>
<![CDATA[This tutorial will help you understand:  How ASP server uses cookies to pass an ID with the browser to link multiple HTTP requests together.  How ASP server offers the session object to ASP pages to s...]]>
</description><guid>http://www.tutorialized.com/tutorial/Sessions/11577</guid>
</item>
<item>
<title>Using Cookies</title>
<pubDate>Sat, 03 Dec 2005 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Using-Cookies/11578</link>
<description>
<![CDATA[This tutorial will help you understand: What is a cookie?  Sending and receiving cookies.  Cookie properties and itemized values.  Some other cookie definitions. ]]>
</description><guid>http://www.tutorialized.com/tutorial/Using-Cookies/11578</guid>
</item>
<item>
<title>Cookies</title>
<pubDate>Tue, 02 Nov 2004 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Cookies/10159</link>
<description>
<![CDATA[Learn how to create and retrieve cookies in this simple tutorial.]]>
</description><guid>http://www.tutorialized.com/tutorial/Cookies/10159</guid>
</item>
<item>
<title>Maintaining Session State With ASP</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Maintaining-Session-State-With-ASP/1470</link>
<description>
<![CDATA[Sessions and cookies can be used to persist visitor information. This article shows us how to maintain session state with ASP using a combination of cookies, sessions and the global.asa file.]]>
</description><guid>http://www.tutorialized.com/tutorial/Maintaining-Session-State-With-ASP/1470</guid>
</item>
<item>
<title>ASP Session Transfer across domains</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/ASP-Session-Transfer-across-domains/1468</link>
<description>
<![CDATA[You may have come across a situation where you have two ASP websites, possibly on different servers, and you wish to pass a visitor from site 1 to site 2 whilst retaining all the session variables. XS...]]>
</description><guid>http://www.tutorialized.com/tutorial/ASP-Session-Transfer-across-domains/1468</guid>
</item>
<item>
<title>Sesion and Application</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Sesion-and-Application/1476</link>
<description>
<![CDATA[This tutorial shows how to keep information from the user in your server (Session method) and how to share information between users (Application method). This is only a basic tutorial for beginners w...]]>
</description><guid>http://www.tutorialized.com/tutorial/Sesion-and-Application/1476</guid>
</item>
<item>
<title>Introduction to Cookies Method</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Introduction-to-Cookies-Method/1478</link>
<description>
<![CDATA[A basic information on using Cookies in ASP. An access counter is used as an example.]]>
</description><guid>http://www.tutorialized.com/tutorial/Introduction-to-Cookies-Method/1478</guid>
</item>
<item>
<title>How Session variables work</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-Session-variables-work/1482</link>
<description>
<![CDATA[Session variables can store user-specific information for you. This tutorial explain how to configure your server and how they work (and when they don't).]]>
</description><guid>http://www.tutorialized.com/tutorial/How-Session-variables-work/1482</guid>
</item>
<item>
<title>An Overview of Cookie Detection in ASP</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/An-Overview-of-Cookie-Detection-in-ASP/1484</link>
<description>
<![CDATA[This article will explain the problems faced with detecting cookies in ASP and address them one by one. You will then be presented with a cookie detection script written in ASP that you can use on you...]]>
</description><guid>http://www.tutorialized.com/tutorial/An-Overview-of-Cookie-Detection-in-ASP/1484</guid>
</item>
<item>
<title>Cookies Across Domains</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Cookies-Across-Domains/1486</link>
<description>
<![CDATA[Cookies are not transferrable across domains; the only domain that can access the cookie is the domain that created it. This article describes solutions to bypass this limitation using Active Server P...]]>
</description><guid>http://www.tutorialized.com/tutorial/Cookies-Across-Domains/1486</guid>
</item>
<item>
<title>How to create and retrieve cookies using ASP</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-create-and-retrieve-cookies-using-ASP/1491</link>
<description>
<![CDATA[Cookies can be used to remember things about a user when they come back to your site. Cookies expire after a certain amount of time which you can set. Also, the clients browser must have cookies enabl...]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-create-and-retrieve-cookies-using-ASP/1491</guid>
</item>
<item>
<title>Let's bake some cookies!</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Let%27s-bake-some-cookies%21/1493</link>
<description>
<![CDATA[One of the problems on the net is that you seldom know whom your dealing with. Is it a newbie on your site, a regular guest or your boss? Wouldn't it be cool if you could display different pages to ea...]]>
</description><guid>http://www.tutorialized.com/tutorial/Let%27s-bake-some-cookies%21/1493</guid>
</item>
<item>
<title>Cookies with ASP</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Cookies-with-ASP/1495</link>
<description>
<![CDATA[Cookies can be a good method for passing data between pages and especially for retaining data between sessions. Today, it's pretty safe to assume that anyone who is using your site can use cookies, si...]]>
</description><guid>http://www.tutorialized.com/tutorial/Cookies-with-ASP/1495</guid>
</item>
<item>
<title>Write and Read A Cookie</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Write-and-Read-A-Cookie/1496</link>
<description>
<![CDATA[Cookies enable you to write text directly to a users computer. This can be used to easily recognize if a user has been to your site before or used to prevent multiple entries in to forms. This example...]]>
</description><guid>http://www.tutorialized.com/tutorial/Write-and-Read-A-Cookie/1496</guid>
</item>
</channel>
</rss>
