First time here? Check out the FAQ!
Hi there,
our application uses a ZK menu (Menu > Menupopup > Menuitem) to allow the user to navigate to other pages. From time to time when an user switches the page, he is redirected to the timeout page - even if the session is still valid.
I traced the problem to a zkau request which is send together with the request for the new page. Sometimes the request for the new page is processed before the zkau request. In this case the old desktop is already thrown away and therefore null when the zkau request becomes processed. Then the zkau request triggers the redirect to the timeout page.
However this was not a problem in ZK 6.5.4. We upgraded to ZK 6.5.7 a couple of days ago and since then the problem occurs.
Is there a workaround or bugfix for this issue?
Hello jkraushaar,
Since you have not published your code, could you please add this to your configuration?
<desktop-config> <desktop-timeout>60</desktop-timeout> <automatic-timeout>true</automatic-timeout> </desktop-config>
Please let me know with the results.
Best Regards,
Darksu
Asked: 2014-09-09 16:16:17 +0800
Seen: 11 times
Last updated: Oct 05 '14