Forum Discussion
JoeTheFifth
Mar 07, 2013Altostratus
F5 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
Apr 11, 2013Altostratus
found 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 !
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