[PHP-DEV] php4 - removing outdated session files From: Greg Kelley (gkelley <email protected>)
Date: 01/14/00

How do we delete outdated session files from /tmp? session_destroy() only
resets the session variables to null in the file, but the file remains.
Looks like we need a session_stop() to delete the session file, since a
session_start() creates it.

___________________________
Greg Kelley
Information Technology Specialist
University System of NH
27 Concord Rd.
Durham, NH 03824
603.862.0959
http://usnhdata.unh.edu
http://usnh.unh.edu/analysis/

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>