David_21212
May 19, 2011Nimbostratus
can i create unique cookie names
We have a legacy web application that consists of 2 to * web servers being in play at each time. Each web server has its own DB on it. so, when 2 web servers are in play BigIP assigns user1 to server1 and the cookie is created. Server2 has no idea that user1 exists. User2 gets assigned to server2 (for simplicity sake in the example) and server1 has no idea user2 exists. This works great in production, but not with our load testing tool. Since all the cookies are in 1 shared directory with I.E. we end up getting errors in our load tests because the user1 browser ends up reading user2's cookie, which sends user1 to server2 and server2 has no idea who user1 is, so the transaction dies.
Is there a way to have BigIP create unique cookie names per user? I think this will solve my load testing problem as each browser should read the 1 cookie it is looking for if the names are unique.
I'm fairly new to this, so please forgive me if I'm leaving out any information that is needed to answer my question.