I built an API using PHP to use it with Applications.
When I exit the application (without my closing or logging out) after a while, the session expires, making application activity inaccessible and returning errors.
How do I stop this SESSION from expiring or increasing its life span?