Forum Discussion
Irule based uri rdirection and Session issue
I have requirements to redirect the request to two pools based on the request URI.
first rule is if any thing /ABC/test goes to web_POW_pool, rest of them goes to default pool where web server controls the weblogic servers.
the irule used is
when HTTP_REQUEST {
if { ([HTTP::uri] contains "/ABC/test/")}{
pool web_POW_pool_port_9001
}
else {
pool Development_Web_pool_port_7789
}
the redirection is working fine when users click the link http://abc.com/ABC/test, it redirect the users to the different infrastructure of weblogic servers, the redirection works perfectly. but when user click any next pages after login, the users are kicked back to the home page of the application.
we have enabled the cookie persistence, still it failing to continue other pages after login.What i have foudn using the httpwatch is the jsession is not being carried by the F5 for each clicks, so weblogic server side is thinking it a new session and bouncing the user back to the home page.
Any idea is there any special configuration required in the persistence and stickiness? Appreciate your help.
-- BM
- Michael_YatesNimbostratusHi BM,
- hooleylistCirrostratusIf you use the default cookie insert persistence profile this should work. Or you can use a custom cookie per pool with the persist command in the iRule:
Recent Discussions
Related Content
* 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