<?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 Re: [ACE] What makes a sticky reset? in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ace-what-makes-a-sticky-reset/m-p/1402263#M29185</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;the first common mistake is the missing 'persistence rebalance' parameter-map which tells ACE to inspect every request of a TCP connection.&lt;/P&gt;&lt;P&gt;This is required when users are behind a proxy which does connection sharing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another common mistake is the size of the sticky table.&lt;/P&gt;&lt;P&gt;If you have not allocated enough resources, ACE deletes the oldest entries to insert the new one.&lt;/P&gt;&lt;P&gt;You won't see resource deny since ACE will simply erase old entries.&lt;/P&gt;&lt;P&gt;So make sure you have allocated minimum 10% of sitcky resource.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, the sticky timeout itself is a possibility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jan 2010 16:41:30 GMT</pubDate>
    <dc:creator>Gilles Dufour</dc:creator>
    <dc:date>2010-01-06T16:41:30Z</dc:date>
    <item>
      <title>[ACE] What makes a sticky reset?</title>
      <link>https://community.cisco.com/t5/application-networking/ace-what-makes-a-sticky-reset/m-p/1402262#M29184</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our websites are loadbalanced thru our ACE modules and we are using the sticky feature.&lt;/P&gt;&lt;P&gt;Sticky is needed so that the customers session will retain the content of its shopping basket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About 10% of our customers complain that the basket is emptied during a session, forcing them to start over. In our logs we indeed see that some users are balanced to another server during a session. Apparently in these cases the sticky feature is ignored somehow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is, what are the possible triggers that the ACE uses to dismiss the sticky for a given session and start a new one?&lt;/P&gt;&lt;P&gt;Could it for example be caused by an html-page containing a link to another vip than the vip the page is originally served from?&lt;/P&gt;&lt;P&gt;Or could a simple spelling-error in a link be the trigger?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking forward to any answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Anthony van Harten&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2010 13:59:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-what-makes-a-sticky-reset/m-p/1402262#M29184</guid>
      <dc:creator>hrtn</dc:creator>
      <dc:date>2010-01-06T13:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: [ACE] What makes a sticky reset?</title>
      <link>https://community.cisco.com/t5/application-networking/ace-what-makes-a-sticky-reset/m-p/1402263#M29185</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;the first common mistake is the missing 'persistence rebalance' parameter-map which tells ACE to inspect every request of a TCP connection.&lt;/P&gt;&lt;P&gt;This is required when users are behind a proxy which does connection sharing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another common mistake is the size of the sticky table.&lt;/P&gt;&lt;P&gt;If you have not allocated enough resources, ACE deletes the oldest entries to insert the new one.&lt;/P&gt;&lt;P&gt;You won't see resource deny since ACE will simply erase old entries.&lt;/P&gt;&lt;P&gt;So make sure you have allocated minimum 10% of sitcky resource.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, the sticky timeout itself is a possibility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2010 16:41:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-what-makes-a-sticky-reset/m-p/1402263#M29185</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2010-01-06T16:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: [ACE] What makes a sticky reset?</title>
      <link>https://community.cisco.com/t5/application-networking/ace-what-makes-a-sticky-reset/m-p/1402264#M29186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i cannot understand why you said:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'&lt;EM&gt;the first common mistake is the missing 'persistence rebalance' parameter-map which tells ACE to inspect every request of a TCP connection.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;This is required when users are behind a proxy which does connection sharing.'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i red from user guide this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'With persistence rebalance enabled, each subsequent HTTP request on the same TCP connection is load balanced independently.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as i can undesrtand i have not to apply a parameter-map with persistence rebalance if i've got e-commerce stuff or i'm wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Das&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jan 2010 11:38:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-what-makes-a-sticky-reset/m-p/1402264#M29186</guid>
      <dc:creator>danilodicesare</dc:creator>
      <dc:date>2010-01-10T11:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: [ACE] What makes a sticky reset?</title>
      <link>https://community.cisco.com/t5/application-networking/ace-what-makes-a-sticky-reset/m-p/1402265#M29187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which sticky method are you using? src-IP or cookie-based? I have seen in some Oracle portal that the server sometimes switched to a new cookie value during an user session so ACE had no chance to keep the session sticky. In similar cases it's worth capturing the error and prove which component fails.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jan 2010 20:55:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-what-makes-a-sticky-reset/m-p/1402265#M29187</guid>
      <dc:creator>Peter Koltl</dc:creator>
      <dc:date>2010-01-10T20:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: [ACE] What makes a sticky reset?</title>
      <link>https://community.cisco.com/t5/application-networking/ace-what-makes-a-sticky-reset/m-p/1402266#M29188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need persistence rebalance for users connecting through a proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A proxy will open one connection with your vip and send all client requests into this single connection.&lt;/P&gt;&lt;P&gt;But some clients have cookie X&amp;nbsp; while other have cookie Y.&lt;/P&gt;&lt;P&gt;If you do not have persistent rebalance ACE will only check the first request and assume all others will go to the same server.&lt;/P&gt;&lt;P&gt;Again, with proxy this is not true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enable the command&amp;nbsp; !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 08:52:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-what-makes-a-sticky-reset/m-p/1402266#M29188</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2010-01-11T08:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: [ACE] What makes a sticky reset?</title>
      <link>https://community.cisco.com/t5/application-networking/ace-what-makes-a-sticky-reset/m-p/1402267#M29189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I've a similar scenario with a Cisco 4710 in a dmz, running a vip that end users are hitting from behind proxy and nat.&lt;/P&gt;&lt;P&gt;I enabled Cookie-Insert and its pushing down a cookie to the browser now, just wondering if I need to add persistence-rebalance when you are using cookie-insert. from the command reference it seems like all user sessions would end up on one rserver if i did that. Looking to ensure the round-robin is still used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="content"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;H3 class="pCRUG_CmdRefUseGuide"&gt;Usage Guidelines&lt;/H3&gt;&lt;A name="wp1159708"&gt;&lt;/A&gt;&lt;P class="pB1_Body1"&gt;With persistence rebalance enabled, when successive GET requests result&amp;nbsp; in load balancing that chooses the same policy, the ACE sends the&amp;nbsp; request to the real server used for the last GET request. This behavior&amp;nbsp; prevents the ACE from load balancing every request and recreating the&amp;nbsp; server-side connection on every GET request, producing less overhead and&amp;nbsp; better performance.&lt;/P&gt;&lt;A name="wp1022626"&gt;&lt;/A&gt;&lt;P class="pB1_Body1"&gt;Another effect of persistence rebalance is that header insertion and&amp;nbsp; cookie insertion, if enabled, occur for every request instead of only&amp;nbsp; the first request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;John W.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 09:25:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-what-makes-a-sticky-reset/m-p/1402267#M29189</guid>
      <dc:creator>johnwilliamscisco</dc:creator>
      <dc:date>2010-05-20T09:25:04Z</dc:date>
    </item>
  </channel>
</rss>

