Forum Discussion
Ecesureshkumar
Nimbostratus
Oct 23, 2013Irule for jsession ID weblogic support
hi all, i am very new to this irules, hence i need you help on the below query.
We have deployed application in two manager servers respectively (Server A and Server B running weblogic)
irule use...
Kevin_Stewart
Employee
Oct 28, 2013This is a simplified version that relies on HTTP cookies:
when HTTP_REQUEST {
if { [HTTP::cookie "PAYMENTID"] ne "" } {
persist uie [string tolower [HTTP::cookie "PAYMENTID"]] 3600
}
}
when HTTP_RESPONSE {
if { [HTTP::cookie "PAYMENTID"] ne "" } {
persist add uie [string tolower [HTTP::cookie "PAYMENTID"]] 3600
}
}
You mentioned that this wasn't for browser clients, but you didn't say if the clients supported HTTP cookies? Do they support cookies, or will the PAYMENTID be in the payload or URI?
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