Forum Discussion
vasu_95875
Nimbostratus
Jan 07, 2010how to implement session binding
How many ways we can implemement session binding using F5 LTM ?
Java Developer said he wants session binding with JSESSIONID.
1. Do I need to create a IRule to implement ...
hoolio
Cirrostratus
Jan 07, 2010Hi Vasu,
Session binding in the F5 world is called persistence. You can read in the LTM config guide on AskF5.com for details on the various persistence options. One of the simplest, most effective persistence options is cookie insert persistence. It has low overhead because LTM doesn't store the persistence record in its memory. It's specific to the browser instance's session. And it generally "just works".
If you have a Java based app and want to persist the client to the same pool member using the jsessionid in the URL or cookie, you could use an iRule:
Weblogic_JSessionID_Persistence - Provides persistence on the jsessionid value found in either the URI or a cookie. (Click here)
Aaron
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