Forum Discussion

Chris_Miller's avatar
Chris_Miller
Icon for Altostratus rankAltostratus
Aug 20, 2010

OneConnect and Variables

Let's say I have an iRule like the one below:

when HTTP_REQUEST { 
if {  this is true } { 
set variable A } }

when HTTP_RESPONSE { 
if { variable eq A } {
do this } }
I understand that my variable works for the entire connection, but does OneConnect change this at all since I'm re-using other server-side connections?

2 Replies

  • Reference time:

     

     

    http://devcentral.f5.com/Tutorials/TechTips/tabid/63/articleType/ArticleView/articleId/114/OneConnect-For-my-iRule.aspx Click Here

     

    http://devcentral.f5.com/Forums/tabid/1082223/asg/50/showtab/groupforums/aff/5/aft/10032/afv/topic/Default.aspx Click Here

     

     

    Speaking more to your original question:

     

     

    http://devcentral.f5.com/Forums/tabid/1082223/asg/50/showtab/groupforums/aff/5/aft/13303/afv/topic/Default.aspx Click Here
  • And to answer your question, no it shouldn't. Without oneconnect, lb decision might be impacted in request, but it shouldn't stop any response processing.