<?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: Persistant server connections between client sessions in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/persistant-server-connections-between-client-sessions/m-p/317360#M5096</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the problem is that a user will only 1 cookie value per site.&lt;/P&gt;&lt;P&gt;So changing the string is useless.&lt;/P&gt;&lt;P&gt;What you have to do is change the cookie name so the 2 rules use different names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command you need is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arrowpoint-cookie name ?&lt;/P&gt;&lt;P&gt;  &lt;TEXT&gt;              String to be used in the Name=Value pair for cookie. (Len:&lt;/TEXT&gt;&lt;/P&gt;&lt;P&gt;                      0-31)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use something else then ARPT for one of the rule.&lt;/P&gt;&lt;P&gt;With this command, each host will keep 2 cookies for your website and will send both of them each time it connects to the site.&lt;/P&gt;&lt;P&gt;The CSS will select the appropriate one for the rule.&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;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 May 2005 17:34:59 GMT</pubDate>
    <dc:creator>Gilles Dufour</dc:creator>
    <dc:date>2005-05-03T17:34:59Z</dc:date>
    <item>
      <title>Persistant server connections between client sessions</title>
      <link>https://community.cisco.com/t5/application-networking/persistant-server-connections-between-client-sessions/m-p/317355#M5091</link>
      <description>&lt;P&gt;I want to know how I can configure the CSS to dispatch the client request to the same server connected by the last connection of the client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : The server must use a cookie (which content the server name) installed on the client side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2005 13:03:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/persistant-server-connections-between-client-sessions/m-p/317355#M5091</guid>
      <dc:creator>sabri.khemissa</dc:creator>
      <dc:date>2005-04-07T13:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Persistant server connections between client sessions</title>
      <link>https://community.cisco.com/t5/application-networking/persistant-server-connections-between-client-sessions/m-p/317356#M5092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use arrowpoint cookie.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is explained at :&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/contnetw/ps789/products_tech_note09186a0080094398.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/contnetw/ps789/products_tech_note09186a0080094398.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2005 13:51:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/persistant-server-connections-between-client-sessions/m-p/317356#M5092</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-04-07T13:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Persistant server connections between client sessions</title>
      <link>https://community.cisco.com/t5/application-networking/persistant-server-connections-between-client-sessions/m-p/317357#M5093</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 have a situation with ARRPT cookies.&lt;/P&gt;&lt;P&gt;To brief....I just want to know if this scenario is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Taken the two rules below where there are two different sets of servers 01 and 02 and servers 03 and 04 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I make a call to "content RHGAPP_80" the cookie is created and contains the "service SVANWEBAPP01_RHG_8204 " now I make a call to "content RHG_MODELS_80" and the cookie would have to add the "service SVANWEBAPP03_RHG_8204" so now I make a call back to "RHGAPP_80 " the cookie would have to contain the original service "SVANWEBAPP01_RHG_8204" to stick me to the same server from the first call and again if I made my next call back to say models the cookie would have to contain the information about the original service "SVANWEBAPP03_RHG_8204" is it possible.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;content RHGAPP_80 &lt;/P&gt;&lt;P&gt;    vip address 192.168.206.138 &lt;/P&gt;&lt;P&gt;    protocol tcp &lt;/P&gt;&lt;P&gt;    port 80 &lt;/P&gt;&lt;P&gt;    url "/*" eql app_content &lt;/P&gt;&lt;P&gt;    advanced-balance arrowpoint-cookie &lt;/P&gt;&lt;P&gt;    add service SVANWEBAPP01_RHG_8204 &lt;/P&gt;&lt;P&gt;    add service SVANWEBAPP02_RHG_8204 &lt;/P&gt;&lt;P&gt;    active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  content RHG_MODELS_80 &lt;/P&gt;&lt;P&gt;    add service SVANWEBAPP03_RHG_8204 &lt;/P&gt;&lt;P&gt;    add service SVANWEBAPP04_RHG_8204 &lt;/P&gt;&lt;P&gt;   advanced-balance arrowpoint-cookie &lt;/P&gt;&lt;P&gt;    vip address 192.168.206.138 &lt;/P&gt;&lt;P&gt;    protocol tcp &lt;/P&gt;&lt;P&gt;    port 80 &lt;/P&gt;&lt;P&gt;    url "/models/*" &lt;/P&gt;&lt;P&gt;    active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2005 19:00:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/persistant-server-connections-between-client-sessions/m-p/317357#M5093</guid>
      <dc:creator>majasan</dc:creator>
      <dc:date>2005-05-02T19:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Persistant server connections between client sessions</title>
      <link>https://community.cisco.com/t5/application-networking/persistant-server-connections-between-client-sessions/m-p/317358#M5094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the fly, your config should work. Just add different cookie-strings to the services, they should be unique. Add balance aca in addition to the advanced balance arpt in the CR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2005 05:13:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/persistant-server-connections-between-client-sessions/m-p/317358#M5094</guid>
      <dc:creator>skumar1969</dc:creator>
      <dc:date>2005-05-03T05:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Persistant server connections between client sessions</title>
      <link>https://community.cisco.com/t5/application-networking/persistant-server-connections-between-client-sessions/m-p/317359#M5095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.I have some caveats here.&lt;/P&gt;&lt;P&gt;1&amp;gt; adding cookie strings. &lt;/P&gt;&lt;P&gt;May be not possible in my situation as the two servers are serving the same page with identical contents. &lt;/P&gt;&lt;P&gt;2&amp;gt; Adding ACA.&lt;/P&gt;&lt;P&gt;Why would I do that? ACA is another method of LBalancing.Our CSS is ok with load balancing. We are concerned with the "sticky" feature to have client requests stick to a server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To articulate on the issue at hand.: &lt;/P&gt;&lt;P&gt;Say when I hit the first Rule- RHGAPP_80, I will download a cookie which will have pointers to "service SVANWEBAPP01_RHG_8204 " for example.&lt;/P&gt;&lt;P&gt;Now the cookie file name will be of the sort jmundur@xyz.&lt;/P&gt;&lt;P&gt;When I hit the second rule - RHG_MODELS_80, my cookie will be pointing to "service SVANWEBAPP01_RHG_8204 ". Which will confuse the CSS right? &lt;/P&gt;&lt;P&gt;Because the 2nd rule has no "service SVANWEBAPP01_RHG_8204 ".&lt;/P&gt;&lt;P&gt;So it would rewrite the my first cookie file  jmundur@xyz to point to SVANWEBAPP03_RHG_8204".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when I go back to the first Rule the same reaction will happen and I will be redirected to a different server ???  I will then be not able to preserve the original sticky situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is where I am concerned. The Cisco Tech suggested ( after my posting here ) that I use path for one service. That way the cookie files are preserved. Is that a good solution.We appreciate your help.&lt;/P&gt;&lt;P&gt;Jasan Mundur &lt;/P&gt;&lt;P&gt;CCIE 6347&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2005 14:22:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/persistant-server-connections-between-client-sessions/m-p/317359#M5095</guid>
      <dc:creator>majasan</dc:creator>
      <dc:date>2005-05-03T14:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Persistant server connections between client sessions</title>
      <link>https://community.cisco.com/t5/application-networking/persistant-server-connections-between-client-sessions/m-p/317360#M5096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the problem is that a user will only 1 cookie value per site.&lt;/P&gt;&lt;P&gt;So changing the string is useless.&lt;/P&gt;&lt;P&gt;What you have to do is change the cookie name so the 2 rules use different names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command you need is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arrowpoint-cookie name ?&lt;/P&gt;&lt;P&gt;  &lt;TEXT&gt;              String to be used in the Name=Value pair for cookie. (Len:&lt;/TEXT&gt;&lt;/P&gt;&lt;P&gt;                      0-31)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use something else then ARPT for one of the rule.&lt;/P&gt;&lt;P&gt;With this command, each host will keep 2 cookies for your website and will send both of them each time it connects to the site.&lt;/P&gt;&lt;P&gt;The CSS will select the appropriate one for the rule.&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;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2005 17:34:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/persistant-server-connections-between-client-sessions/m-p/317360#M5096</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-05-03T17:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Persistant server connections between client sessions</title>
      <link>https://community.cisco.com/t5/application-networking/persistant-server-connections-between-client-sessions/m-p/317361#M5097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but I have to correct you here.&lt;/P&gt;&lt;P&gt;First, the cookie string will not help in this case.&lt;/P&gt;&lt;P&gt;Each service already have a unique id.&lt;/P&gt;&lt;P&gt;The problem is the cookie name being used ARPT for both rules.&lt;/P&gt;&lt;P&gt;The RFC explains clearly that the host will only keep 1 value per name and website.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I don't understand the recommendation to use ACA.&lt;/P&gt;&lt;P&gt;This is definitely not something I would recommend *on the fly".&lt;/P&gt;&lt;P&gt;With very few connections ACA can provide strange loadbalancing results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your participation to this forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2005 17:38:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/persistant-server-connections-between-client-sessions/m-p/317361#M5097</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-05-03T17:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Persistant server connections between client sessions</title>
      <link>https://community.cisco.com/t5/application-networking/persistant-server-connections-between-client-sessions/m-p/317362#M5098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gilles..&lt;/P&gt;&lt;P&gt;Thanks for your input.&lt;/P&gt;&lt;P&gt;I agree with your correction.String option is not needed for a ARRPT . I read that the ARRPt option creates its own id bsaed on the IP address in the absence of a string for service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am reading about the "arrowpoint-cookie path " option. Not much is written for this coommand.&lt;/P&gt;&lt;P&gt;But Cisco Tech is suggesting that I use different arpt paths for each rule. He is not specific if I have to do all the rules or just the rules under one domain/VIP. I see the cookies being created based on the domain-name so I assume that logic is to have diff paths for the two rules only that affect for that domain/VIP.&lt;/P&gt;&lt;P&gt;I guess that is the correct way to approach. &lt;/P&gt;&lt;P&gt;Any inputs- skumar and gdufour.?&lt;/P&gt;&lt;P&gt;Jasan Mundur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2005 18:49:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/persistant-server-connections-between-client-sessions/m-p/317362#M5098</guid>
      <dc:creator>majasan</dc:creator>
      <dc:date>2005-05-05T18:49:08Z</dc:date>
    </item>
  </channel>
</rss>

