<?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># rm-rf.es &#187; session.trans_id</title>
	<atom:link href="http://rm-rf.es/sobre/sessiontrans_id/feed/" rel="self" type="application/rss+xml" />
	<link>http://rm-rf.es</link>
	<description>Administración de sistemas, Unix, Linux, FreeBSD, Windows, hosting, dominios, servidores...</description>
	<lastBuildDate>Sat, 28 Jan 2012 19:36:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP: deshabilitar session ID en URL</title>
		<link>http://rm-rf.es/php-deshabilitar-session-id-en-url/</link>
		<comments>http://rm-rf.es/php-deshabilitar-session-id-en-url/#comments</comments>
		<pubDate>Tue, 19 May 2009 12:45:02 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[sesion]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[session.trans_id]]></category>

		<guid isPermaLink="false">http://rm-rf.es/?p=874</guid>
		<description><![CDATA[Si queremos que las URL&#8217;s de nuestros sitios PHP no muestren los ID de sesiones: http://ejemplo.com/?PHPSESSID=4kgj577sgabvnmhjgkdiuy1956if6ska Puede deshabilitarse a través del fichero .htaccess (servidores apache + cgi como DSO) o en un fichero php.ini personalizado (servidores apache + cgi ó apache + SUPHP), en los dos casos modificando el parámetro session.trans_id. En .htaccess: php_flag session.use_trans_sid [...]]]></description>
			<content:encoded><![CDATA[<p>Si queremos que las URL&#8217;s de nuestros sitios PHP no muestren los ID de sesiones:</p>
<pre>http://ejemplo.com/?PHPSESSID=4kgj577sgabvnmhjgkdiuy1956if6ska</pre>
<p>Puede deshabilitarse a través del fichero .htaccess (servidores apache + cgi como DSO) o en un fichero php.ini personalizado (servidores apache + cgi ó apache + SUPHP), en los dos casos modificando el parámetro <strong>session.trans_id</strong>.</p>
<p>En .htaccess:</p>
<pre>
php_flag session.use_trans_sid off
</pre>
<p>En php.ini:</p>
<pre>
session.use_trans_sid = off
</pre>
<h4  class="related_post_title">También te puede interesar:</h4><ul class="related_post"><li><a href="http://rm-rf.es/10-trucos-para-securizar-php/" title="10 trucos para securizar PHP">10 trucos para securizar PHP</a></li><li><a href="http://rm-rf.es/stub-start-error-en-oracle-iplanet-web-server-php-fastcgi/" title="Stub Start Error en Oracle iPlanet Web Server: PHP + FastCGI">Stub Start Error en Oracle iPlanet Web Server: PHP + FastCGI</a></li><li><a href="http://rm-rf.es/configurar-php-fastcgi-en-oracle-iplanet-web-server/" title="Configurar PHP + FastCGI en Oracle iPlanet Web Server">Configurar PHP + FastCGI en Oracle iPlanet Web Server</a></li><li><a href="http://rm-rf.es/apache-servir-php-usando-extension-html/" title="Apache: servir PHP usando extensión HTML">Apache: servir PHP usando extensión HTML</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://rm-rf.es/php-deshabilitar-session-id-en-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

