Forum Discussion

iazzam_321445's avatar
iazzam_321445
Icon for Nimbostratus rankNimbostratus
May 20, 2017

irule to remove 52 character of JSESSIONID in request

Dears

 

we are looking for irule to remove first 52 characters of JSESSIONID in request, we have three cookies with JSESSIONID on the request and we need to remove the first 52 characters from each one and keep the other part.

 

regards

 

1 Reply

  • You can possibly use "string range/map/trim" commands to get rid of the relevant characters within the cookie value.

     

    I recommend that you write some kind of pseudocode and paste it here for someone else to help you out with obtaining the final code version. Please, provide the cookie header name or the location where the JSession ID can exist.