I built an application using Zend Framework 2 (ZF2). I use zfc-user and bjyauthorize to handle the authentication for the application.
Everything works perfectly fine except the "idle timeout" is very short (possibly around 10 minutes). So if a user does not take any action on the web application for 10 minutes, then they must log back in.
My application does not require such tight security. I would like to increase this timeout to 4 hours. How do I do this?