Forum Discussion
Sagen_80793
Mar 18, 2005Historic F5 Account
wlnode function
Is there a specific example of how to employ the "wlnode" function to allow for Weblogic persistence?
I am working to configure persistence via the JSESSIONID when cookie persistence ...
Colin_Walker_12
Aug 12, 2011Historic F5 Account
While regsub would technically work, it's going to induce a lot of overhead. There are lots of other ways to go about that: scan, string map, etc.
Also, if you're looking at maintaining a list of origin -> modified domains, then you might be better of creating a data group to store them in and just do the translation in the code, rather than building out a complex regsub or the like.
Colin