<?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: JBoss jsessionid Query Parameter Removal</title>
	<atom:link href="http://www.digitalsanctuary.com/tech-blog/general/jboss-jsessionid-parameter-remove.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.digitalsanctuary.com/tech-blog/general/jboss-jsessionid-parameter-remove.html</link>
	<description>Java, ATG, Seam, and related Technologies</description>
	<lastBuildDate>Wed, 01 Feb 2012 11:00:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Devon</title>
		<link>http://www.digitalsanctuary.com/tech-blog/general/jboss-jsessionid-parameter-remove.html/comment-page-1#comment-66901</link>
		<dc:creator>Devon</dc:creator>
		<pubDate>Tue, 31 Aug 2010 14:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=109#comment-66901</guid>
		<description>Hmm with cookies disabled you should see JSESSIONID appended to the URL.  With or without this code (unless you have your brower&#039;s user agent set to GoogleBot.</description>
		<content:encoded><![CDATA[<p>Hmm with cookies disabled you should see JSESSIONID appended to the URL.  With or without this code (unless you have your brower&#8217;s user agent set to GoogleBot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 8088</title>
		<link>http://www.digitalsanctuary.com/tech-blog/general/jboss-jsessionid-parameter-remove.html/comment-page-1#comment-66883</link>
		<dc:creator>8088</dc:creator>
		<pubDate>Tue, 31 Aug 2010 08:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=109#comment-66883</guid>
		<description>Hi!

How I can test this on my computer, without uploading the code to production?

I disabled the cookies in the browser but I see no url JSESSIIONID in, should not appear?

Thanks and regards.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>How I can test this on my computer, without uploading the code to production?</p>
<p>I disabled the cookies in the browser but I see no url JSESSIIONID in, should not appear?</p>
<p>Thanks and regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brett cave</title>
		<link>http://www.digitalsanctuary.com/tech-blog/general/jboss-jsessionid-parameter-remove.html/comment-page-1#comment-56994</link>
		<dc:creator>brett cave</dc:creator>
		<pubDate>Fri, 07 May 2010 08:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=109#comment-56994</guid>
		<description>A new session will be created if it doesn&#039;t exist at the client. You could also enable this for all user agents, and let the client use a cookie to store the session. This way, sessions can be preserved while never needing a jsessionid.

There is alternative way to implement URL rewrites, which I will post about.</description>
		<content:encoded><![CDATA[<p>A new session will be created if it doesn&#8217;t exist at the client. You could also enable this for all user agents, and let the client use a cookie to store the session. This way, sessions can be preserved while never needing a jsessionid.</p>
<p>There is alternative way to implement URL rewrites, which I will post about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devon</title>
		<link>http://www.digitalsanctuary.com/tech-blog/general/jboss-jsessionid-parameter-remove.html/comment-page-1#comment-9282</link>
		<dc:creator>Devon</dc:creator>
		<pubDate>Fri, 01 Aug 2008 16:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=109#comment-9282</guid>
		<description>@Nes:

Yes it does create a new session for each Google Bot request.  These shouldn&#039;t be of a volume or frequency to cause you any trouble.  So I really wouldn&#039;t worry about it.

Even if you could disable session creation for Google Bot requests, that would probably break your Seam application, since the Servlet Session is where most of the Seam components are stored.</description>
		<content:encoded><![CDATA[<p>@Nes:</p>
<p>Yes it does create a new session for each Google Bot request.  These shouldn&#8217;t be of a volume or frequency to cause you any trouble.  So I really wouldn&#8217;t worry about it.</p>
<p>Even if you could disable session creation for Google Bot requests, that would probably break your Seam application, since the Servlet Session is where most of the Seam components are stored.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nes Yarug</title>
		<link>http://www.digitalsanctuary.com/tech-blog/general/jboss-jsessionid-parameter-remove.html/comment-page-1#comment-9262</link>
		<dc:creator>Nes Yarug</dc:creator>
		<pubDate>Fri, 01 Aug 2008 08:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=109#comment-9262</guid>
		<description>Won&#039;t this create a new session for each request? Seems to me there must be a way to turn off the creation of a new session (and subsequent no URL encoded session id) with JBoss. I must admit that I don&#039;t know how to do that yet...</description>
		<content:encoded><![CDATA[<p>Won&#8217;t this create a new session for each request? Seems to me there must be a way to turn off the creation of a new session (and subsequent no URL encoded session id) with JBoss. I must admit that I don&#8217;t know how to do that yet&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muhammad Zaheer Ahmad</title>
		<link>http://www.digitalsanctuary.com/tech-blog/general/jboss-jsessionid-parameter-remove.html/comment-page-1#comment-7414</link>
		<dc:creator>Muhammad Zaheer Ahmad</dc:creator>
		<pubDate>Mon, 07 Jul 2008 10:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=109#comment-7414</guid>
		<description>Many thanks for your bright idea, i was trying things with &quot;http://randomcoder.com/articles/jsessionid-considered-harmful&quot; but as my session get lost with the removal of id from url, i also get lost.
During search i get your implementation and its working i have not yet tested it with googlebot but i hope it will work and i will configure it with other bots too.
Many thanks for Such a bright and Simple idea.</description>
		<content:encoded><![CDATA[<p>Many thanks for your bright idea, i was trying things with &#8220;http://randomcoder.com/articles/jsessionid-considered-harmful&#8221; but as my session get lost with the removal of id from url, i also get lost.<br />
During search i get your implementation and its working i have not yet tested it with googlebot but i hope it will work and i will configure it with other bots too.<br />
Many thanks for Such a bright and Simple idea.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/15 queries in 0.005 seconds using disk: basic
Object Caching 305/312 objects using disk: basic

Served from: www.digitalsanctuary.com @ 2012-02-08 13:03:22 -->
