I'm developing an application using ZK. I have implemented user credential where if the user tried to access index page before login then the app will redirect it to the login page. The login process is working smoothly. The question is, after i have logged in then when I access the login page (ex: login.zul) then the login box still there. How can I redirect it to the default page?
Thanks.