I am using PHP 4.0.2, Oracle 8.1.6,
Apache 1.3.14 on Solaris 2.7:
Activating the session-garbage-collection
(setting session.gc_probalility not to 0) normaly should clear all the session files but it creates an segmentation-fault
and the session is closed.
If I set the time of to 0 everything
works fine but i have to delete
the session-files in /tmp manually by a
cron-job.
Any idea ? Is it a bug in the garbage collection ?