Recently I encountered a problem at work, I have not understood why, the 
project uses cas single sign-on, and then I found that all requests are 
single-threaded, specifically, I wrote an ajax (asynchronous) on the 
front-end page. Call the controller method of the A page, I let the thread 
pause for 1 minute in this method, then I open a new tab page in the 
browser, access other pages of the system, the result is that the browser 
is stuck, only me A After the thread of the page is executed, it will load 
other pages (Note: it will only block the current user of the current 
browser. If I don't use cas, I won't have this problem)

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/42bafd7a-8e03-4ae9-bc82-b78085faca37%40apereo.org.

Reply via email to