When user is inactive for 3 hour ,How to set session expire.
Surly this is duplicate question ,
But other threads are not worked for me,
what i have tried upto now is ,
define("APP_SESSION_TIMEOUT","10");
session_cache_expire(APP_SESSION_TIMEOUT);
session_set_cookie_params(APP_SESSION_TIMEOUT*60);
ini_set("session.gc_maxlifetime", APP_SESSION_TIMEOUT * 60);
// Not This code is in my config.php
am not find, success on my above code .. any tips,
i maked any mistake in my code,