Forum Discussion

Toni1's avatar
Toni1
Icon for Nimbostratus rankNimbostratus
2 years ago
Solved

Scope and integrity of local variables

Hi there, I’m presently getting slightly confused about the scope of local variables and how much I can trust their integrity during evaluation even for the same event. My understanding is that the...
  • Paulius's avatar
    Paulius
    2 years ago

    Toni1 As long as it is considered part of the same client connection you should be fine for both of these. Again, I have never had an instance where a variable for one user was unintentionally used by a different user. When the iRule initiates for that users connection any variables should be set so I don't think you have to worry about responses not having the variable.