We have two flows one with configuring agents in Siteminder Access Gateway and the other one with regualr web agents installed in Windows IIS web server.
Sitemidner proxy server.conf has below section where we disabled enablerewritecookiepath="yes". We are wondering what is the equivalent of this in agents installed in IIS webserver flow?
Siteminder Proxy server:
<VirtualHost name="xxxx">
requestblocksize="4"
responseblocksize="8"
hostnames="abcd"
defaultsessionscheme="default"
enablerewritecookiedomain="yes"
#enablerewritecookiepath="yes"
enableproxypreservehost="yes"
<WebAgent>
sminitfile="/opt/CA/siteminder/secure-proxy/proxy-engine/conf/defaultagent/WebAgent.conf"
</WebAgent>
</VirtualHost>
Release : 12.8.03
Component : SITEMINDER -WEB AGENT FOR IIS
As this is a proxy function, there is no equivalent setting in the regular webagent. Check with Microsoft if the equivalent functionality is available in IIS, or in any proxy that might be in front of IIS.