Login fails when cookies are disabled on browserIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> Login fails when cookies are disabled on the browser ProblemWhen attempting to log in to ServiceNow, the page appears to just refresh and does not seem to log you in, but there are no error messages to indicate if or why the login failed. SymptomsIf you are experiencing the following symptoms, investigate the cause below to identify the issue. There are no error messages to indicate that the login failed.When using a valid username and password, the screen reloads the login page instead logging you in to ServiceNow. CauseWhen a user is not logged in to ServiceNow and a request to a non-public page is made, users are redirected to the login page. Once a user successfully logs in to ServiceNow, a session cookie is stored by the browser that is sent with every request to prove to ServiceNow that the user has been authenticated. When browser security settings prevent the creation of these session cookies, requests to non-public pages are redirected to the login page. This occurs because a session cookie does not exist in the request, and therefore ServiceNow does not know that the user has already been authenticated.ResolutionEnsure that cookies are enabled for your browser and use one of the supported browser versions listed in product documentation.