<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ACE Load Balancer and persistence reading coockie in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ace-load-balancer-and-persistence-reading-coockie/m-p/2181695#M39895</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabio, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you want to loadbalance based on the cookie or do you want to use the cookie for stickiness?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------- &lt;BR /&gt;Cesar R &lt;BR /&gt;ANS Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Mar 2013 18:14:00 GMT</pubDate>
    <dc:creator>Cesar Roque</dc:creator>
    <dc:date>2013-03-07T18:14:00Z</dc:date>
    <item>
      <title>ACE Load Balancer and persistence reading coockie</title>
      <link>https://community.cisco.com/t5/application-networking/ace-load-balancer-and-persistence-reading-coockie/m-p/2181692#M39892</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rapid question regarding cookie stickiness.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ACE can read and extract/read/parse the cookie in three different way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 -&amp;gt;Reading the SetCoockie message in the HTTP Response from Server to Client&lt;/P&gt;&lt;P&gt;2-&amp;gt; Reading the coockie value from the HTTP header of the client request&lt;/P&gt;&lt;P&gt;3-&amp;gt; Reading the cookie embedded in the URL string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command sticky http-cookie name1 name2 is used for covering case 1 and 2 with name1 as the value that has to be read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With which command can instruct the ace load balancer to read the cookie from the URL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how is the parsing process (reading url process) in this case? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabio.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2013 09:02:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-load-balancer-and-persistence-reading-coockie/m-p/2181692#M39892</guid>
      <dc:creator>fabio.marino</dc:creator>
      <dc:date>2013-02-25T09:02:48Z</dc:date>
    </item>
    <item>
      <title>ACE Load Balancer and persistence reading coockie</title>
      <link>https://community.cisco.com/t5/application-networking/ace-load-balancer-and-persistence-reading-coockie/m-p/2181693#M39893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per the documentation: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cookie value from the HTTP header of the client request or from the &lt;/P&gt;&lt;P&gt;Set-Cookie message from the server. Enter a unique identifier for the &lt;/P&gt;&lt;P&gt;cookie with a maximum of 64 alphanumeric characters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sticky http-cookie &lt;EM style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11.818181991577148px; text-indent: -24px; background-color: #ffffff;"&gt;name1&lt;/EM&gt;&lt;SPAN style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11.818181991577148px; text-indent: -24px; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;EM style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11.818181991577148px; text-indent: -24px; background-color: #ffffff;"&gt;name2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you read the usage guidelines : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, the maximum number of bytes that the ACE parses to check for a cookie, &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;HTTP header, or URL is 2048&lt;/STRONG&gt;&lt;/SPAN&gt;. If a cookie, HTTP header, or URL exceeds the default value, the ACE drops the packet and sends a RST (reset) to the client browser. You can increase the number of bytes that the ACE parses using the &lt;/P&gt;&lt;P&gt; &lt;A href="http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/vA5_1_0/command/reference/parammap.html#wpxref68820" style="color: #3366cc; font-family: Arial, Helvetica, sans-serif; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;&lt;STRONG&gt;(config-parammap-http) set header-maxparse-length&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt; command in HTTP parameter-map configuration mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACE parses to check for a cookie &lt;STRONG style="font-size: 10pt;"&gt;HTTP header, or URL is 2048&amp;nbsp; &amp;lt;&amp;lt;&amp;lt; This indicate that the same command is useful to read the cookie embedded in URL string. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;regards, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;Ajay Kumar&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2013 19:33:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-load-balancer-and-persistence-reading-coockie/m-p/2181693#M39893</guid>
      <dc:creator>ajayku2</dc:creator>
      <dc:date>2013-02-25T19:33:39Z</dc:date>
    </item>
    <item>
      <title>ACE Load Balancer and persistence reading coockie</title>
      <link>https://community.cisco.com/t5/application-networking/ace-load-balancer-and-persistence-reading-coockie/m-p/2181694#M39894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I already got the same and I reached the same intuition as you. Regarding parse of the url? This point is still open question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 07:57:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-load-balancer-and-persistence-reading-coockie/m-p/2181694#M39894</guid>
      <dc:creator>fabio.marino</dc:creator>
      <dc:date>2013-02-26T07:57:18Z</dc:date>
    </item>
    <item>
      <title>ACE Load Balancer and persistence reading coockie</title>
      <link>https://community.cisco.com/t5/application-networking/ace-load-balancer-and-persistence-reading-coockie/m-p/2181695#M39895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabio, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you want to loadbalance based on the cookie or do you want to use the cookie for stickiness?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------- &lt;BR /&gt;Cesar R &lt;BR /&gt;ANS Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 18:14:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-load-balancer-and-persistence-reading-coockie/m-p/2181695#M39895</guid>
      <dc:creator>Cesar Roque</dc:creator>
      <dc:date>2013-03-07T18:14:00Z</dc:date>
    </item>
  </channel>
</rss>

