Forum Discussion
rdc_gayu_110274
Nimbostratus
Jul 06, 2005Unable to retrieve data with session command over different UDP connections
Hi,
I need to maintain some data over different UDP connections.
I have two UDP virtual servers, namely VS1 and VS2.
The iRules associated with VS1 are:
when CLIENT_ACCE...
unRuleY_95363
Jul 12, 2005Historic F5 Account
I think I found your problem. I tested it and I happened to have different pools on my different virtuals which was causing it to not match. So, to make it ignore both the virtual and the pool, then you can try the following:
when CLIENT_ACCEPTED {
set key "700"
set data [session lookup uie {$key any}]
log "found data $data for key $key"
}
Notice, I removed the "virtual" from "any virtual". Now, it simply means any record regardless of virtual, service, or pool. This is working for me now.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects