<?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>ITTreats.com &#187; sessions in php</title>
	<atom:link href="http://www.ittreats.com/tag/sessions-in-php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ittreats.com</link>
	<description>Find Programminng Articles on Microsoft Technologies ASP.NET,C#.NET, SUN Technologies JAVA/J2EE, Popular open source PHP</description>
	<lastBuildDate>Sun, 11 Dec 2011 08:25:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>workaround for sessions on cookie disabled machines in php</title>
		<link>http://www.ittreats.com/os/php/work-around-for-sessions-on-cookie-disabled-machines-in-php.html</link>
		<comments>http://www.ittreats.com/os/php/work-around-for-sessions-on-cookie-disabled-machines-in-php.html#comments</comments>
		<pubDate>Tue, 15 Sep 2009 17:44:08 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[How do PHP sessions work when cookies are disabled]]></category>
		<category><![CDATA[Manage Session On Cookie Disabled Browser]]></category>
		<category><![CDATA[php sessions]]></category>
		<category><![CDATA[PHP sessions and disabled cookies]]></category>
		<category><![CDATA[php tutorials]]></category>
		<category><![CDATA[sessions in cookie disabled computer]]></category>
		<category><![CDATA[sessions in php]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=185</guid>
		<description><![CDATA[In PHP, Will sessions work on cookies disabled  Computers ? The answer is   &#8220;NO&#8221;. because, Server cookie is a session or we can say that session is also a cookie on the server. For session to work, cookies on server as well as on client browser should be enabled. We can also make session [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/os/php/work-around-for-sessions-on-cookie-disabled-machines-in-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sessions in PHP</title>
		<link>http://www.ittreats.com/os/php/sessions-in-php.html</link>
		<comments>http://www.ittreats.com/os/php/sessions-in-php.html#comments</comments>
		<pubDate>Sun, 08 Mar 2009 07:30:32 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php interview]]></category>
		<category><![CDATA[php sessions]]></category>
		<category><![CDATA[php tutorials]]></category>
		<category><![CDATA[sessions in php]]></category>
		<category><![CDATA[using sessions in php]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=23</guid>
		<description><![CDATA[Using Sessions in PHP Session variables hold information about one single user, and are available to all pages in one application. over internet to maintain state of the user we will use sessions, sessions are temporary, by a unique id web server will keep the user data in the web server with which user state [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/os/php/sessions-in-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

