session.gc_maxlifetime specifies the number of seconds after which data will be seen as 'garbage' and cleaned up Let's say it's set to 900. How is this counted, from the time of the session is initialized, or is this counter reset every time you go to a new page. Does this makes sense?
- RE: [PHP] session lifetime Pablo Oliva
- RE: [PHP] session lifetime John W. Holmes