Adventures with ORACLE 10gXE and Windows

Comments

1 comment posted
On the subject of single-page sessions...

It seems that this single-page session problem has manifested itself on Drupal under MySQL too. By all accounts, there was a bug in Drupal causing this and the Zend Core for ORACLE turned out to be doing its job correctly after all. It is interesting to infer from all this that PHP 5.1.6 from PHP.net and that supplied with Zend Core for ORACLE were not quite identical.

The following pages from Drupal.org suggest the reason behind the problem and provide a patch (it has something to do with object destruction and session serialisation):
http://drupal.org/node/92802
http://drupal.org/node/93945

Posted by archimedes on 2 December, 2006 - 10:20