Re: meaning of config options
Lukas Kahwe Smith <[email protected]> Wed, 31 Aug 2005 15:43:52 +0200
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Message-ID | <[email protected]> |
Georg Gell wrote: >>- expireTime .. the maximum number of seconds a session is allowed to be >>a life >> >>- idleTime .. the number of seconds that are allowed to be between a >>request before the session is killed > > > Somehow I can't see the difference, for me this is the same ???? lets say we have an expireTime of 4 hours and an idleTime of 30 minutes this would mean no more than 30 minutes may be between a single request before the session gets destroyed .. eitherway after 4 hours the session will get destroyed on the next request anyways. setting either option to 0 disables the given feature .. regards, Lukas