Forum Discussion

jeff_106638's avatar
jeff_106638
Icon for Nimbostratus rankNimbostratus
Sep 18, 2009

insert cookie delimeter

I have the following iRule.

 

 

when HTTP_REQUEST {

 

HTTP::cookie insert name IPclient value [IP::client_addr]

 

}

 

 

Inserting a cookie in the above manner uses a comma ',' as the delimeter character. Is there a way to make it use a ';' as the cookie delimiter?

 

 

Thanks,

 

Jeff

 

  • Jeff: I believe the semi-colon is reserved for cookie attributes, so i think you'll have to stick with a comma.

     

     

    -Matt