CINXE.COM
LMU Login Service - Stale Error Message
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <title>LMU Login Service - Stale Error Message</title> <link rel="stylesheet" type="text/css" href="/idp/css/main.css"> </head> <body> <div class="wrapper"> <div class="container"> <header> <img src="/idp/../assets/images/LMU_logo_250x135.png" alt="LMU logo"> <h3>LMU Login Service - Stale Error Message</h3> </header> <div class="content"> <p>Sorry for the inconvenience. ITS is aware of this issue and is working to resolve it as soon as possible.</p><br> <p>For now, please login to the service again. If you continue to receive this message, please close the browser and all open tabs and try login again. A third option would be to clear your browser cache/cookies.</p><br> <p>Please contact the ITS Service Desk at servicedesk@lmu.edu if you have additional questions.</p><br> <p>Thank you for your patience.</p> </div> </div> <footer> <div class="container container-footer"> <p class="footer-text"><div>© <script type="text/javascript">document.write((new Date()).getFullYear() < 2021 ? 2021 : (new Date()).getFullYear());</script> Loyola Marymount University</div></p> </div> </footer> </div> <script> var msg; try { msg = btoa("title=LMU Login Service|suffix=Stale Error Message|path=" + window.location.pathname); } catch (e) { msg = "LMU Login Service"; } var iframeUrl = '/mysso/app/errorlog.jsp?msg=' + msg; document.write("<iframe frameborder='0' width='0' height='0' src='" + iframeUrl + "'></iframe>"); </script> </body> </html>