Hi,
I was hoping someone from the PHPT team could respond to this.
I am having major problems getting a custom session handler (oci8 based) to work in php-4.0.2 and php-4.0.3. I have set session.save_handler=user in the php.ini file and it registers in phpinfo(). I have also set the module_name specifically using :
session_module_name('user');
The problem is that the write function does not work. I have seen many posts showing thae same problem (admittedly some of them are a result of not setting save_handler) and as yet have found no 'official' response.
This seems to have been around since 4.0.1pl2.
I have tried printing from the write function and also writing to a file whilst presuming that the session write is not called till after the page has finished processing.
This is a major blow to a project we are working on. We can find ways around this but it has knocked our confidence in PHP somewhat.
A prompt reply would be greatly appreciated.
Tim Parkin
Web Development Manager
Didio Communications