<?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: Disabling the PHPSESSID in the Query String</title>
	<atom:link href="http://blog.coderlab.us/2006/08/15/disabling-the-phpsessid-in-the-query-string/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coderlab.us/2006/08/15/disabling-the-phpsessid-in-the-query-string/</link>
	<description>WebDev and Other Stuff</description>
	<lastBuildDate>Thu, 17 Feb 2011 10:16:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: freemind</title>
		<link>http://blog.coderlab.us/2006/08/15/disabling-the-phpsessid-in-the-query-string/comment-page-1/#comment-7882</link>
		<dc:creator>freemind</dc:creator>
		<pubDate>Thu, 24 May 2007 09:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coderlab.us/2006/08/15/disabling-the-phpsessid-in-the-query-string/#comment-7882</guid>
		<description><![CDATA[yes but sometimes, we may not have access to .htaccess file. at that point it could be achieved using ini_set function.

ini_set(&#039;session.use_trans_sid&#039;, &#039;Off&#039;);

In case if you need to get session id then you can use 
$_REQUEST[&quot;PHPSESSID&quot;];]]></description>
		<content:encoded><![CDATA[<p>yes but sometimes, we may not have access to .htaccess file. at that point it could be achieved using ini_set function.</p>
<p>ini_set(&#8216;session.use_trans_sid&#8217;, &#8216;Off&#8217;);</p>
<p>In case if you need to get session id then you can use<br />
$_REQUEST["PHPSESSID"];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webdesign</title>
		<link>http://blog.coderlab.us/2006/08/15/disabling-the-phpsessid-in-the-query-string/comment-page-1/#comment-5084</link>
		<dc:creator>Webdesign</dc:creator>
		<pubDate>Sun, 25 Mar 2007 14:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coderlab.us/2006/08/15/disabling-the-phpsessid-in-the-query-string/#comment-5084</guid>
		<description><![CDATA[I always use a session_id() based on the user&#039;s ip + the app name, this way I won&#039;t have to send it through the url...]]></description>
		<content:encoded><![CDATA[<p>I always use a session_id() based on the user&#8217;s ip + the app name, this way I won&#8217;t have to send it through the url&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
