<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. 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. In testing with a VM I see there are some config changes. 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;"><SessionCache type="StorageService"
StorageService="mem"</span><span style="font-size: small;"> </span><b style="font-size: small;">cacheAllowance</b><span style="font-size: small;">="3600" inprocTimeout="900" cleanupInterval="900"/></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> <!-- Security policies you shouldn't change unless you know what you're doing. </div><div> <SecurityPolicies></div><div> <Policy id="default" validate="false"></div><div>
<PolicyRule type="MessageFlow" checkReplay="true" expires="60"/></div><div> <PolicyRule type="ClientCertAuth" errorFatal="true"/></div><div> <PolicyRule type="XMLSigning" errorFatal="true"/></div><div> <PolicyRule type="SimpleSigning" errorFatal="true"/></div><div> </Policy></div><div> </SecurityPolicies>--></div><div><br></div><div> <SecurityPolicyProvider type="XML" validate="true" path="security-policy.xml"/></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;"> <Sessions lifetime="28800" timeout="3600" handlerURL="/Shibboleth.sso" handlerSSL="true" checkAddress="false" idpHistory="false" <b>cookieProps</b>="https" idpHistoryDays="7"><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>