-
FEATURED COMPONENTS
First time here? Check out the FAQ!
Hi, how are you? I have a problem in my application with zk 8, when opening more than 5 windows, I don't execute the cleaning method of the DesktopCleanup class. The browser features are: Internet Explorer 11 Windows 7. The same application with zk 5 I have no problem works correctly.
ok if you're running into such limits, then you can limit the number of desktops per session.
E.g. if you limit this to 5 then older (LRU) desktops are removed when you open more than 5 browser tabs. At least this ensures your DesktopCleanup listeners are called, even if the browser can no longer connect and send those "rmDesktop" requests.
Asked: 2019-11-21 12:12:18 +0800
Seen: 10 times
Last updated: Nov 26 '19
[Announcement] ZK 8.5.1 is now available!
Highlight new release changes/new features in demo app
How can I make a button change its image by clicking on the same button?
Problems calling function 'sec:isAnyGranted' with zkspring 3.2 and Spring Security 4
webapp folder of ZK spring boot?
Can I set in runtime a new value to library property: org.zkoss.zk.ui.processMask.enabled:
Package ZK Eclipse Tomcat Project For Deployment
AImage org.zkoss.zk.ui.UiException: java.io.FileNotFoundException
removed the '!!!!!!' no need to shout, we still hear you
cor3000 ( 2019-11-21 15:23:34 +0800 )editDoes this only affect IE11 or also other browsers? Are you using any kind of comet server pushes? Some browsers have tight connection limits possibly blocking the rmDesktop request when a browser closes during onBeforeUnload.
cor3000 ( 2019-11-21 15:28:09 +0800 )editthank you very much, the topic is just what you say, internet explorer 11 has limit connections.
mfinis ( 2019-11-26 07:40:47 +0800 )edit