i already looked many topic about this question, but none there's the answer to solve this!
In the file config.inc.php there's the follow code:
/** Set the session timeout value (in minutes).
* This will prevent sessions timing out after very short periods of time */
ini_set('session.cache_expire',1);
i changed to 1 too see if the timeout works, but nothing happened after 1 minute and my session didn't expired!
My tmp folder already allow write permissions for the user[machine].
Thanks in advance!
