Hello, I have built a program in PHP. It uses sessions. It seems that if the user lets the program sit idle for about 20-30 minutes then it times out and loses the session information. The user then has to log in again. Is there any way to stop the timeout, or increase the time allowed before timeout ?
Thank you,
David