<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-1072 Requests within the same session go to a different application server</title><link>https://community.appian.com/support/w/kb/297/kb-1072-requests-within-the-same-session-go-to-a-different-application-server</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1072 Requests within the same session go to a different application server</title><link>https://community.appian.com/support/w/kb/297/kb-1072-requests-within-the-same-session-go-to-a-different-application-server</link><pubDate>Wed, 10 Oct 2018 05:17:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:33750534-fc61-48a1-b957-b400ea24b226</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/297/kb-1072-requests-within-the-same-session-go-to-a-different-application-server#comments</comments><description>Current Revision posted to Appian Knowledge Base by Jordan Horwat on 10/10/2018 5:17:46 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When analyzing different requests within the same user session, through the use of web debugging proxies, the users observe that requests go to different application servers instead of using session stickiness. This can be observed in the JSESSION ID cookie at the end of the ID (for example, ABC122343.node1).&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;There is an improper configuration in &lt;strong&gt;standalone.xml&lt;/strong&gt; or with session stickiness in the web server.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Verify session stickiness is enabled in the web server. If using Apache, verify &lt;code&gt;worker.LoadBalancer.sticky_session=1&lt;/code&gt; in &lt;strong&gt;httpd.conf&lt;/strong&gt;, and if using IIS, verify &lt;code&gt;worker.wlb.sticky_session=1&lt;/code&gt;&amp;nbsp;in &lt;strong&gt;workers.properties&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;If using JBoss, verify each &lt;code&gt;node-id&lt;/code&gt; in &lt;strong&gt;standalone.xml&lt;/strong&gt; matches the worker IDs in the web server&amp;#39;s &lt;strong&gt;workers.properties&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;If using Tomcat, verify each DJVMRoute in&amp;nbsp;&lt;strong&gt;setenv.bat|sh&lt;/strong&gt;&amp;nbsp;matches the worker IDs in the web server&amp;#39;s &lt;strong&gt;worker.properties&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;October 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, application server, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1072 Requests within the same session go to a different application server</title><link>https://community.appian.com/support/w/kb/297/kb-1072-requests-within-the-same-session-go-to-a-different-application-server/revision/4</link><pubDate>Wed, 10 Oct 2018 05:14:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:33750534-fc61-48a1-b957-b400ea24b226</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/297/kb-1072-requests-within-the-same-session-go-to-a-different-application-server#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Jordan Horwat on 10/10/2018 5:14:59 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When analyzing different requests within the same user session, through the use of web debugging proxies, the users observe that requests go to different application servers instead of using session stickiness. This can be observed in the JSESSION ID cookie at the end of the ID (for example, ABC122343.node1).&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;There is an improper configuration in &lt;strong&gt;standalone.xml&lt;/strong&gt; or with session stickiness in the web server.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Verify session stickiness is enabled in the web server. If using Apache, verify &lt;code&gt;worker.LoadBalancer.sticky_session=1&lt;/code&gt; in &lt;strong&gt;httpd.conf&lt;/strong&gt;, and if using IIS, verify &lt;code&gt;worker.wlb.sticky_session=1&lt;/code&gt;&amp;nbsp;in &lt;strong&gt;workers.properties&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;If using JBoss, verify each &lt;code&gt;node-id&lt;/code&gt; in &lt;strong&gt;standalone.xml&lt;/strong&gt; matches the worker IDs in the web server&amp;#39;s &lt;strong&gt;workers.properties&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;If using Tomcat, verify each DJVMRoute in&amp;nbsp;&lt;strong&gt;setenv.bat|sh&lt;/strong&gt;&amp;nbsp;matches the worker IDs in the web server&amp;#39;s worker.properties.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;October 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, application server, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1072 Requests within the same session go to a different application server</title><link>https://community.appian.com/support/w/kb/297/kb-1072-requests-within-the-same-session-go-to-a-different-application-server/revision/3</link><pubDate>Wed, 10 Oct 2018 04:57:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:33750534-fc61-48a1-b957-b400ea24b226</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/297/kb-1072-requests-within-the-same-session-go-to-a-different-application-server#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Jordan Horwat on 10/10/2018 4:57:02 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When analyzing different requests within the same user session, through the use of web debugging proxies, the users observe that requests go to different application servers instead of using session stickiness. This can be observed in the JSESSION ID cookie at the end of the ID (for example, ABC122343.node1).&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;There is an improper configuration in &lt;strong&gt;standalone.xml&lt;/strong&gt; or with session stickiness in the web server.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Verify session stickiness is enabled in the web server. If using Apache, verify &lt;code&gt;worker.LoadBalancer.sticky_session=1&lt;/code&gt; in &lt;strong&gt;httpd.conf&lt;/strong&gt;, and if using IIS, verify &lt;code&gt;worker.wlb.sticky_session=1&lt;/code&gt;&amp;nbsp;in &lt;strong&gt;workers.properties&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;If using JBoss, verify each &lt;code&gt;node-id&lt;/code&gt; in &lt;strong&gt;standalone.xml&lt;/strong&gt; matches the worker IDs in the web server&amp;#39;s &lt;strong&gt;workers.properties&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;February 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, application server, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1072 Requests within the same session go to a different application server</title><link>https://community.appian.com/support/w/kb/297/kb-1072-requests-within-the-same-session-go-to-a-different-application-server/revision/2</link><pubDate>Mon, 30 Jul 2018 03:56:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:33750534-fc61-48a1-b957-b400ea24b226</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/297/kb-1072-requests-within-the-same-session-go-to-a-different-application-server#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Parmida Borhani on 7/30/2018 3:56:08 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When analyzing different requests within the same user session, through the use of web debugging proxies, the users observe that requests go to different application servers instead of using session stickiness. This can be observed in the JSESSION ID cookie at the end of the ID (for example, ABC122343.node1).&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;There is an improper configuration in &lt;strong&gt;standalone.xml&lt;/strong&gt; or with session stickiness in the web server.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Verify session stickiness is enabled in the web server. If using Apache, verify &lt;code&gt;worker.LoadBalancer.sticky_session=1&lt;/code&gt; in &lt;strong&gt;httpd.conf&lt;/strong&gt;, and if using IIS, verify &lt;code&gt;worker.wlb.sticky_session=1&lt;/code&gt;in &lt;strong&gt;workers.properties&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;If using JBoss, verify each &lt;code&gt;node-id&lt;/code&gt; in &lt;strong&gt;standalone.xml&lt;/strong&gt; matches the worker IDs in the web server&amp;#39;s &lt;strong&gt;workers.properties&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;February 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, application server, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1072 Requests within the same session go to a different application server</title><link>https://community.appian.com/support/w/kb/297/kb-1072-requests-within-the-same-session-go-to-a-different-application-server/revision/1</link><pubDate>Wed, 22 Feb 2017 20:20:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:33750534-fc61-48a1-b957-b400ea24b226</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/297/kb-1072-requests-within-the-same-session-go-to-a-different-application-server#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 2/22/2017 8:20:28 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When analyzing different requests within the same user session, through the use of web debugging proxies, the users observe that requests go to different application servers instead of using session stickiness. This can be observed in the JSESSION ID cookie at the end of the ID (for example, ABC122343.node1).&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;There is an improper configuration in &lt;strong&gt;standalone.xml&lt;/strong&gt; or with session stickiness in the web server.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Verify session stickiness is enabled in the web server. If using Apache, verify &lt;code&gt;worker.LoadBalancer.sticky_session=1&lt;/code&gt; in &lt;strong&gt;httpd.conf&lt;/strong&gt;, and if using IIS, verify &lt;code&gt;worker.wlb.sticky_session=1&lt;/code&gt;in &lt;strong&gt;workers.properties&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;If using JBoss, verify each &lt;code&gt;node-id&lt;/code&gt; in &lt;strong&gt;standalone.xml&lt;/strong&gt; matches the worker IDs in the web server&amp;#39;s &lt;strong&gt;workers.properties&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;February 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, application server&lt;/div&gt;
</description></item></channel></rss>