Hi,
I have a admin section with secure login and I want to make this section so that if the pages are idle for 30min the session will expire and they would have to login again.
I looked here: sessions
But now I'm not sure what I need to use. There is
session.cookie_lifetime
session.gc_maxlifetime
session.cache_expire
What are the differences between these and which should I use?