Forum Discussion
JoeTheFifth
Altostratus
Mar 07, 2013F5 UAG SharePoint 2010 (NO DIRECT ACCESS)
Hi Guys,
I cannot find any info on using UAG with F5 in non integrated NLB mode and without DirectAccess. We are using UAG to publish SharePoint sites.
Just to share my config and get feedb...
JoeTheFifth
Altostratus
Apr 11, 2013found this irule in an old thread : (https://devcentral.f5.com/community/group/aft/7214/asg/50)
when HTTP_RESPONSE {
set cookies [HTTP::cookie names]
look for a persistence cookie being set
if { $cookies contains "BIGipServer" } {
rewrites all cookies being set
foreach cookie_name $cookies {
set cookie_value [HTTP::cookie $cookie_name]
HTTP::cookie remove $cookie_name
HTTP::cookie insert name $cookie_name value $cookie_value domain "mydomain.com" path "/" }
}
}
tried it and does not seem to work !
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