Facing SSO Login issue after upgrade from Tomcat 6.0.33 to Tomcat 7.0.62 We upgraded our application from Tomcat 6.0.33 to Tomcat 7.0.62 due to web socket dependency in Tomcat. After upgrade , while try to do SAML SSO login from application we are facing below issue ,
"This page isn’t working **** redirected you too many times. Try clearing your cookies. ERR_TOO_MANY_REDIRECTS" Once we clear the whole cookie from the browser , it navigate to login page and again it is failing while do Saml Sso login If we remove only the "JSESSIONID" from the cookie , the application able to login with the Saml sso credentials . This issue is not happening in the older version of Tomcat 6.0.33 , even in the Tomcat 7.0.12 version . Issue is reproducing from the Tomcat 7.0.14 version onwards. We tried in many ways to resolve the issue . Kindly help me on this to resolve the issue. Thanks in advance