Forum Discussion
Pedro_Gonzalez_
Nimbostratus
Nov 17, 2006Persistence 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_
Nimbostratus
Nov 27, 2006I 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
}
}
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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