<?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 sticky using session variables in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/sticky-using-session-variables/m-p/638235#M12129</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if it is possible to stick a session to a server using session variables (such as username) Currently I am using cookies to keep the session sticky but i also need to use the session variables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Donagh&lt;/P&gt;</description>
    <pubDate>Mon, 05 Feb 2007 16:40:08 GMT</pubDate>
    <dc:creator>donaghq_2</dc:creator>
    <dc:date>2007-02-05T16:40:08Z</dc:date>
    <item>
      <title>sticky using session variables</title>
      <link>https://community.cisco.com/t5/application-networking/sticky-using-session-variables/m-p/638235#M12129</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if it is possible to stick a session to a server using session variables (such as username) Currently I am using cookies to keep the session sticky but i also need to use the session variables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Donagh&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2007 16:40:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/sticky-using-session-variables/m-p/638235#M12129</guid>
      <dc:creator>donaghq_2</dc:creator>
      <dc:date>2007-02-05T16:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: sticky using session variables</title>
      <link>https://community.cisco.com/t5/application-networking/sticky-using-session-variables/m-p/638236#M12130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Donagh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the session variable are dependent on your application.&lt;/P&gt;&lt;P&gt;The loadbalancer only knows HTTP.&lt;/P&gt;&lt;P&gt;So, how does your session variable translates into HTTP data ?&lt;/P&gt;&lt;P&gt;Is it info inside the url ?&lt;/P&gt;&lt;P&gt;Is it a value in the HTTP header ?&lt;/P&gt;&lt;P&gt;If this is inside the HTTP body, the loadbalancer will not see it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are already using a cookie to do stickyness, I think it should be enough.&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, 06 Feb 2007 12:41:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/sticky-using-session-variables/m-p/638236#M12130</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2007-02-06T12:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: sticky using session variables</title>
      <link>https://community.cisco.com/t5/application-networking/sticky-using-session-variables/m-p/638237#M12131</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;&lt;/P&gt;&lt;P&gt;Thanks for the reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The session variable is in the url. Could I do balancing with "cookiesurl" and define the variables aswell as the cookies?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree that cookies should be enough but application wants to do stickiness on both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Donagh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 12:48:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/sticky-using-session-variables/m-p/638237#M12131</guid>
      <dc:creator>donaghq_2</dc:creator>
      <dc:date>2007-02-06T12:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: sticky using session variables</title>
      <link>https://community.cisco.com/t5/application-networking/sticky-using-session-variables/m-p/638238#M12132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Donagh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is absolutely no reason to use both.&lt;/P&gt;&lt;P&gt;If the name is more important, than use the name.&lt;/P&gt;&lt;P&gt;If the cookie is more important, than use the cookie.&lt;/P&gt;&lt;P&gt;If one is not more important than the other, then keep using the cookie.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way to see it is :&lt;/P&gt;&lt;P&gt;if the name and the cookie refer to the same server, it does not matter which one you use.&lt;/P&gt;&lt;P&gt;But if they point to different servers.&lt;/P&gt;&lt;P&gt;What do you do ?&lt;/P&gt;&lt;P&gt;Which information do you use to select the server ?&lt;/P&gt;&lt;P&gt;The name or the cookie ?&lt;/P&gt;&lt;P&gt;As I said, there is no reason to use both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless if one is missing.&lt;/P&gt;&lt;P&gt;But the problem is then to make sure it is always there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any stickyness issue currently ?&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, 06 Feb 2007 13:09:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/sticky-using-session-variables/m-p/638238#M12132</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2007-02-06T13:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: sticky using session variables</title>
      <link>https://community.cisco.com/t5/application-networking/sticky-using-session-variables/m-p/638239#M12133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Gilles, the application people have used the session variable to stick to a particular webserver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Donagh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2007 18:02:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/sticky-using-session-variables/m-p/638239#M12133</guid>
      <dc:creator>donaghq_2</dc:creator>
      <dc:date>2007-02-09T18:02:26Z</dc:date>
    </item>
  </channel>
</rss>

