Forum Discussion
fujisen
Oct 19, 2011Nimbostratus
Username persistence
hi,
View client (SSO)-> APM/LTM -> server 1&2
Below Irule is creating username persistent entry only when one connect profile is enabled but not otherwise
when HTTP_REQUEST {
HTTP::collect [HTTP...
fujisen
Oct 19, 2011Nimbostratus
HTTP_REQUEST {
HTTP::collect [HTTP::header Content-Length]
}
when HTTP_REQUEST_DATA {
set username [findstr [HTTP::payload] username 30 "<"]
if { $username ne "" } {
persist uie $username 180
log local0. "Persisting $username"
}
}
show ltm persistence persist-records all-properties
Sys::Persistent Connections
Total records returned: 0
Any ideas & suggestions to get this working with one connect profile disabled...
thanks,
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