ID: 14715
Updated by: sander
Reported By: [EMAIL PROTECTED]
Status: Open
Old Bug Type: Session related
Bug Type: Feature/Change Request
Operating System: FREEBSD
PHP Version: 4.0.6
New Comment:

Not a bug, making it a feature request.

Previous Comments:
------------------------------------------------------------------------

[2001-12-27 04:33:32] [EMAIL PROTECTED]

if a site use php session heavily, the mean problem is too many session file in /tmp. 
sometime user even can't use 'rm *' delete these too many files.

is it possible add a php session file mapping mechanism?
auto create mapping dir in session_tmp_dir and assign session file into dirs(if dir 
not created autocreated it)
for example:
mapping session file to 
/tmp/a/a
/tmp/a/b
/tmp/a/c
.....
/tmp/b/a
...

or
/tmp/php_sess/0/0
/tmp/php_sess/0/1
/tmp/php_sess/0/2
/tmp/php_sess/0/3
/tmp/php_sess/0/4
...

user can config, mapping or not mapping session tmp dir,
mapping dir deep level in php.ini....

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=14715&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to