Forum Discussion
Mick_O_Rourke_6
Nimbostratus
Jul 17, 2012Monitoring ASM memory usage
Hi DevCentral,
- We hit a major issue recently where our ASM ran out of memory;
- The result was a major Sev1 where the whole boxed slowed to a crawl, during the event CPU and mem...
What would be really interesting is to figure out if the client browser doesn't accept the cookie, to write the JSessionID to the URL as part of the query string. There are folks that turn off cookies in their browser, so in this instance, how could we ensure they persist to the same SessionID but not in the browser, in the URL. You capture this in the HTTP_REQUEST portion of the code, where you set the jsess variable, which it looks for the ID in the URL, question is, how does it get there?
I know weblogic I believe at times will default the ID to the URL if it knows the browser blocks it, in which case you'd see that jsess findstr work great, but what about other servlet engines like JBoss?
I'm going to play around with this iRule and see if I can figure out how to force it into the URL, just to see if it's possible (meaning, the client denies the cookie, so default to the URL).
- tonio_tian_1127May 13, 2005
Nimbostratus
has anyone done this before and maybe supply some code? help oh help !! - unRuleY_95363May 13, 2005Historic F5 AccountOk, I can only see one potential issue. Tcl is very picky about where the opening brace '{' is after an if statement. The Tcl syntax requires it to be on the same line as the if. We attempted to relax this requirement, however, we didn't account for whitespace that may follow the if line. So, first try modifying your rule so that the opening brace '{' starts at the end of the line.
- tonio_tian_1127May 15, 2005
Nimbostratus
thanks for you read my of a kind english and reply !!!
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