<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div>We will be sunsetting our current SP servers and spinning up a new set with updated HW. &nbsp;I plan to do a new install of 2.5.2/64 IIS7 (updating from my older 2.3.1).</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: arial, helvetica, sans-serif; background-color: transparent; font-style: normal;">Once installed I plan to just copy my etc folder from the old box to the new. &nbsp;In testing with a VM I see there are some config changes. &nbsp;I plan to apply the following chages to my config:</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: arial, helvetica, sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(34, 34, 34); font-family: arial; font-size: 13px;"><span style="font-size: 13px;">&lt;SessionCache type="StorageService"
 StorageService="mem"</span><span style="font-size: small;">&nbsp;</span><b style="font-size: small;">cacheAllowance</b><span style="font-size: small;">="3600" inprocTimeout="900" cleanupInterval="900"/&gt;</span><br></div><div style="color: rgb(34, 34, 34); font-family: arial; font-size: 13px;"><br></div><div style="color: rgb(34, 34, 34); font-family: arial; font-size: 13px;">For the next section I will put the existing XML into a file and use the file instead of the inline like so:</div><div style="color: rgb(34, 34, 34); font-family: arial; font-size: 13px;"><br></div><div style="color: rgb(34, 34, 34); font-family: arial; font-size: 13px;"><div>&nbsp; &nbsp; &nbsp;&lt;!-- Security policies you shouldn't change unless you know what you're doing.&nbsp;</div><div>&nbsp; &nbsp; &nbsp;&lt;SecurityPolicies&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;Policy id="default" validate="false"&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 &lt;PolicyRule type="MessageFlow" checkReplay="true" expires="60"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;PolicyRule type="ClientCertAuth" errorFatal="true"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;PolicyRule type="XMLSigning" errorFatal="true"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;PolicyRule type="SimpleSigning" errorFatal="true"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/Policy&gt;</div><div>&nbsp; &nbsp; &nbsp;&lt;/SecurityPolicies&gt;--&gt;</div><div><br></div><div>&nbsp; &nbsp; &lt;SecurityPolicyProvider type="XML" validate="true" path="security-policy.xml"/&gt;</div></div><div style="color: rgb(34, 34, 34); font-family: arial; font-size: 13px;"><br></div><div style="color: rgb(34, 34, 34); font-family: arial; font-size: 13px;">And add the cookieProps...</div><div style="color: rgb(34, 34, 34); font-family: arial; font-size: 13px;"><br></div><div
 style="color: rgb(34, 34, 34); font-family: arial; font-size: 13px;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;Sessions lifetime="28800" timeout="3600" handlerURL="/Shibboleth.sso" handlerSSL="true" checkAddress="false" idpHistory="false"&nbsp;<b>cookieProps</b>="https" idpHistoryDays="7"&gt;<br></div><div style="color: rgb(34, 34, 34); font-family: arial; font-size: 13px;"><br></div><div style="color: rgb(34, 34, 34); font-family: arial; font-size: 13px;">Are there any other gotchas that I should look out for here in this process?</div><div style="color: rgb(34, 34, 34); font-family: arial; font-size: 13px;"><br></div><div style="color: rgb(34, 34, 34); font-family: arial; font-size: 13px;">Thanks!</div></div></body></html>