<?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: Destroy or Delete all session variables in PHP</title>
	<atom:link href="http://www.tanzilo.com/2008/05/02/destroy-or-delete-all-session-variables-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tanzilo.com/2008/05/02/destroy-or-delete-all-session-variables-in-php/</link>
	<description>Talks on Web Technology and Better Product Development</description>
	<lastBuildDate>Fri, 23 Jul 2010 21:02:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: wp programmer</title>
		<link>http://www.tanzilo.com/2008/05/02/destroy-or-delete-all-session-variables-in-php/comment-page-1/#comment-724</link>
		<dc:creator>wp programmer</dc:creator>
		<pubDate>Mon, 21 Jun 2010 13:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=5#comment-724</guid>
		<description>Hi..,

  This is easy to say how to set session and how to destroy the session.
I am easy to Understand.

Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hi..,</p>
<p>  This is easy to say how to set session and how to destroy the session.<br />
I am easy to Understand.</p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Barr</title>
		<link>http://www.tanzilo.com/2008/05/02/destroy-or-delete-all-session-variables-in-php/comment-page-1/#comment-416</link>
		<dc:creator>George Barr</dc:creator>
		<pubDate>Thu, 15 Jan 2009 16:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=5#comment-416</guid>
		<description>Hi,
PHP session variables are controlled by the server. They are directly associated with the current session and should not be accessible outwith that session. If you have session variables that are being picked up outside of the seesion then you have a PHP bug on the server. I would suggest you contact your hosting service regarding this as it can be a very high security risk.
regards
George</description>
		<content:encoded><![CDATA[<p>Hi,<br />
PHP session variables are controlled by the server. They are directly associated with the current session and should not be accessible outwith that session. If you have session variables that are being picked up outside of the seesion then you have a PHP bug on the server. I would suggest you contact your hosting service regarding this as it can be a very high security risk.<br />
regards<br />
George</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prajosh</title>
		<link>http://www.tanzilo.com/2008/05/02/destroy-or-delete-all-session-variables-in-php/comment-page-1/#comment-7</link>
		<dc:creator>prajosh</dc:creator>
		<pubDate>Sat, 14 Jun 2008 07:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=5#comment-7</guid>
		<description>great article, helps me a lot</description>
		<content:encoded><![CDATA[<p>great article, helps me a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.tanzilo.com/2008/05/02/destroy-or-delete-all-session-variables-in-php/comment-page-1/#comment-6</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 03 May 2008 17:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=5#comment-6</guid>
		<description>OK Raja,

Think of a case where you used a system/software and after you sign out another person comes to use the system/software in the same PC.

May be it can be a public PC or in Cyber Cafe.

If session variables are not properly destroyed and shows your email address, personal phone number and other private information that might be saved in session variables to another person.

How would you feel if you know this?

And also think of a situation, every user&#039;s data is getting disclosed to the next person if they use the same PC.

Is not it dangerous?</description>
		<content:encoded><![CDATA[<p>OK Raja,</p>
<p>Think of a case where you used a system/software and after you sign out another person comes to use the system/software in the same PC.</p>
<p>May be it can be a public PC or in Cyber Cafe.</p>
<p>If session variables are not properly destroyed and shows your email address, personal phone number and other private information that might be saved in session variables to another person.</p>
<p>How would you feel if you know this?</p>
<p>And also think of a situation, every user&#8217;s data is getting disclosed to the next person if they use the same PC.</p>
<p>Is not it dangerous?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RAJA</title>
		<link>http://www.tanzilo.com/2008/05/02/destroy-or-delete-all-session-variables-in-php/comment-page-1/#comment-5</link>
		<dc:creator>RAJA</dc:creator>
		<pubDate>Sat, 03 May 2008 17:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=5#comment-5</guid>
		<description>How is it dangerous?</description>
		<content:encoded><![CDATA[<p>How is it dangerous?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
