In any case, I was under the impression from the php.ini setting 'session.gc_probability' that script memory was not necessarily freed when the script ends. Is this not correct?

session garbage collection does not refer to script memory, it refers to the session data stored in persistent storage (depending on session module, by default on disk).
--
Stanislav Malyshev, Zend Products Engineer
[EMAIL PROTECTED]  http://www.zend.com/

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to