Forum Discussion

Mark_Curole's avatar
Mark_Curole
Icon for Nimbostratus rankNimbostratus
Nov 29, 2007

Persistance and URI based Pool Selection

I have been looking at iRules that change pool selection based on the uri of the request so

 

 

http://server/pool1 goes to pool1

 

and http://server/pool2 goes to pool2

 

 

I have this working with a oneconnect profile so each request is evaluated.

 

 

My question is how to handle different persistance profiles for each pool.

 

 

I am looking at using the following kinds of persistance option -

 

 

source IP

 

Cookie Insert

 

and/or UIE using a session cookie like JSESSIONID

 

 

How would this work?