Is it anyone who could give me a example how to get control when timelimit is exceeded ?
The reason for my question is that I need to update a specific record , when a user (which has logged in) have been inactive in ' gc_maxlifetime' ........
😕
don't rely on the PHP gc. store the current timestamp of each page request for each user and run a cron every 15 minutes or something to see who has been inactive.