Forum Discussion

Michael_60932's avatar
Michael_60932
Icon for Nimbostratus rankNimbostratus
Mar 09, 2010

how to create irule to associated different persistent profile to different sub url on one vitual server

I am running persistent profiel issue.

 

Here is my situation. I created one virtual server for my domain. www.abc.com.

 

however. there are some subdomain under abc.com such as

 

url1: www.abc.com/.../../findaccounts.aspx

 

url2: www.abcomc/..../.../statusreports.asmx?=xxx

 

 

Url1 and url2 are required to associate different persistent time.

 

 

Is do-able?

 

if so, how?

 

I am guessing irule should be smart enough to handle list.

 

 

thanks a lot!

1 Reply

  • Hi Michael,

     

     

    You can use the persist command (Click here) to set the persistence attributes dynamically from an iRule:

     

     

    irule - persistence for url path

     

    http://devcentral.f5.com/Default.aspx?tabid=53&view=topic&postid=61948&ptarget=61950

     

     

    Aaron