I've observed that my PHP pages in the production environment session times out but unable to figure out what determines the duration of time out.
I use AWS ElasticBeanstalk to run the PHP code.
I'd like to find out
- what is the session time set to and where is it set typically?
- how I can programmatically control the time out from the PHP layer
Thanks in advance