<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1019050" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1019050</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/another-question-about-session#comment-1112822</link>
    <description> &lt;p&gt;from the manual: &lt;a href=&quot;http://www.php.net/manual/en/ref.session.php&quot; class=&quot;bb-url&quot;&gt;http://www.php.net/manual/en/ref.session.php&lt;/a&gt;&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: session.use_trans_sid whether transparent sid support is enabled or not. Defaults to 0 (disabled).&lt;/p&gt;&lt;/blockquote&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote:&lt;br /&gt;
There are two methods to propagate a session id: &lt;/p&gt;
&lt;p&gt;o Cookies&lt;br /&gt;
o URL parameter &lt;/p&gt;
&lt;p&gt;The session module supports both methods. Cookies are optimal, but since they are not reliable (clients are not bound to accept them), we cannot rely on them. The second method embeds the session id directly into URLs. &lt;/p&gt;
&lt;p&gt;PHP is capable of doing this transparently when compiled with --enable-trans-sid. If you enable this option, relative URIs will be changed to contain the session id automatically. Alternatively, you can use the constant SID which is defined, if the client did not send the appropriate cookie. SID is either of the form session_name=session_id or is an empty string. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: Note: Non-relative URLs are assumed to point to external sites and hence don&#039;t append the SID, as it would be a security risk to leak the SID to a different server.
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;If set to TRUE, PHP will automatically pass $SID transparently (via cookie) if possible, and [if successfull] $SID will be an empty string.&lt;/p&gt;
 </description>
     <pubDate>Thu, 22 Aug 2002 06:11:50 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1112822 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
