I use servlet to generate a big report which takes hours to finish. How to config tomcat so that the client side browser (IE) will keep alive even after 5 hours?
I tried to set the session timeout to 10 hours in web.xml, but the browser still die after about 2 hours.
Should I configure IIS as well?
Thanks
I tried to set the session timeout to 10 hours in web.xml, but the browser still die after about 2 hours.
Should I configure IIS as well?
Thanks