Forum Discussion
Bob_Smith_10997
Nimbostratus
Jun 29, 2010ASP.NET_SessionID
We are moving some IIS webservers behind 2 F5 Big IP v4.5, Each ASP.NET session is handled by cookie ASP.NET_SessionID, our initial test failed due to what appear to be the response cookie not forwarding, I came across an iRule posted a few years back which I am wondering if it will resolved the issue, I am also not sure it this rule applies to v4.5. I am familiar with setting up pools etcc. on an f5 but green on iRules..sorry, Thanks in advance.when HTTP_REQUEST { set SessionId [HTTP::cookie ASP.NET_SessionId] log local0. "Request SessionId is: $SessionId" if { $SessionId != "" } { persist uie $SessionId } } when HTTP_RESPONSE { set SessionId [findstr [HTTP::header Set-Cookie] "ASP.NET_SessionId" 18 24] log local0. "Response SessionId is: $SessionId" if { $SessionId != "" }{ persist add uie $SessionId } }
No RepliesBe the first to 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