08-03-2009 01:01 PM
Hello,
I would like to know that with Cookie based session persistence, does the cookie hash value remain the same throughout the lifetime of server farm. Because, I believe the hash value is calculated out of serverfarm + rserver + port which is not expected to change.
Please suggest whether the cookie value ever changes for a specific serverfarm.
Regards.
Solved! Go to Solution.
08-03-2009 05:13 PM
Cookie value will be unique for each rserver in Serverfarm.
The ACE creates a unique static entry (based off of a hash of the port, rserver name, and serverfarm name)in sticky database for every rserver in the serverfarm. This value will never change for a "specific real server" in a server farm.
Another recent change in the ACE code let you define a string for each rserver (instead of using hash value). For more info read my post at
http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&CommCmd=MB?cmd=pass_through&location=outline@^1@.2cd30281/3#selected_message
Thanks
Syed
08-03-2009 05:13 PM
Cookie value will be unique for each rserver in Serverfarm.
The ACE creates a unique static entry (based off of a hash of the port, rserver name, and serverfarm name)in sticky database for every rserver in the serverfarm. This value will never change for a "specific real server" in a server farm.
Another recent change in the ACE code let you define a string for each rserver (instead of using hash value). For more info read my post at
http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&CommCmd=MB?cmd=pass_through&location=outline@^1@.2cd30281/3#selected_message
Thanks
Syed
02-22-2022 10:55 PM - edited 02-26-2022 12:32 AM
this is really helpful for me. i am also working on a cooking site and want to explore meet grinders session on my site. thanks for sharing this.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide