Forum Discussion
Terry_Fleming_2
Nimbostratus
Oct 05, 2018Persist uie lookup on 2 variables
i have 2 variables in my persist uie statement.
1st irule contains
persist uie "$sessionid:$calling_station_id"
From a 2nd Irule
i'm parsing Http::uri, pulling session id.
set sessionid [findstr...
Andy_McGrath
Cumulonimbus
Oct 05, 2018Running
persist uie "$sessionid:$calling_station_id"
Is storing the concatenation of “sessionid”, “:” and “calling_station_id” as the persistence table key. You will need to look up with the full key or change the “persistence uie” to only use a single value, like the “sessionid”
If you want to then store additional data in the session table you can use the commands;
session add
session lookup
session delete
E.g.
persist uie "$sessionid"
session add uie "$sessionid" "$calling_station_id"
See the following article iRules 101 session command or the iRules wiki for more info.
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