Forum Discussion

Rakesh_Paliwal_'s avatar
Rakesh_Paliwal_
Icon for Nimbostratus rankNimbostratus
Mar 28, 2017

I-rule to setup a domain for cookie persistence for 10.2.4 version

I-rule to setup a domain for cookie persistence for 10.2.4 version ? looking for generic solution. Appreciate help..

 

2 Replies

  • Hi Rakesh,

    you may try the iRule below to modify the domain parameter of LTMs default persistence cookie.

    when HTTP_RESPONSE_RELEASE {
        HTTP::cookie domain [lsearch -inline -glob [HTTP::cookie names] "BIGipServer*"] ".domain.com"
    }
    

    Cheers, Kai