Forum Discussion
Alex_Pozzan_325
Nimbostratus
Feb 27, 200901220001:3: TCL error: wrong # args: should bewhile executing
Hi,
I have the following iRule attached:
It's the same iRule used to jsessionid. We only change the id to LBSICAPRENDE. The application is running but sometimes LTM repor...
hoolio
Cirrostratus
Feb 27, 2009I would guess the app is setting the LBSICAPRENDE cookie with no value. You could add logging to see what the value of the cookie is before using it. Or you could use catch to handle the error and log debug information if there is an error:
if {[catch {persist add uie [HTTP::cookie "LBSICAPRENDE"]} result]}{
Error adding persistence record
log local0. "[IP::client_addr]:[TCP::client_port]:\
Error on response from [IP::server_addr] with cookie [HTTP::cookie LBSICAPRENDE]. \$result: $result."
}
Aaron
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
