Forum Discussion
Pedro_Gonzalez_
Nov 17, 2006Nimbostratus
Persistence with Subdomains
We have been using standard cookie persistence with our www.mycompany.com domain and it has worked fine.
Our new redesign web site is using subdomains for product categories like apparel.mycompan...
Pedro_Gonzalez_
Nov 27, 2006Nimbostratus
I tried the following iRule and going from www.company.com to apparel.company.com the BigIP sent me to a different server.
when HTTP_RESPONSE {
if {[HTTP::cookie count] > 0 } {
foreach aCookie [HTTP::cookie names] {
if { $aCookie == "BIGipServer" } {
HTTP::cookie domain $aCookie company.com
}
}
}
}
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