Solve Shiro login timeout Ajax request jump

Source: Internet
Author: User

When jqueryeasyui is used, normal requests can jump normally when shrio login times out, while Ajax requests do not jump when login times out. I found some information online, are not clear, and set a lot, you have to write the filter. Inadvertently found jquery to set the global Ajax default option. The Code is as follows!

 $. ajaxsetup ({complete: function (XMLHttpRequest, textstatus) {If (textstatus = "parsererror") {$. messager. alert ('prompt information', "Login timeout! Please log in again! ", 'Info', function () {window. location. href = 'login. JSP ';});} else if (textstatus = "error") {$. messager. alert ('message message', "request timed out! Please try again later! ", 'Info') ;}}); 


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.