Forum Discussion
Christopher_Kei
Nimbostratus
May 23, 2006iRule to Persist based on ASP.NET Session ID
I am trying to create an iRule that will force traffic to persist to the same server based on the ASP.NET_SessionId cookie that the application inserts. I do not want the BigIP to insert its own cookie. Is there a way to do this? Here's the rule that I am working with:
when HTTP_REQUEST {
if { [HTTP::cookie exists "ASP.NET_SessionId"] } {
persist uie [HTTP::cookie "ASP.NET_SessionId"] }
}
Thanks.
Chris
3 Replies
- Christopher_Kei
Nimbostratus
We were given the following iRule by F5, but it is not working correctly. - Deb_Allen_18Historic F5 AccountThis rule did work with only a single cookie being set by the server.
- Deb_Allen_18Historic F5 AccountIf you don't mind, let's work your other thread, since you've included a better problem description there:
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