http://svn.oscommerce.com/fisheye/changelog/osCommerce/?cs=1107
merge from hpdl r1106; Since PHP 5.0.5 the session handler cannot use objects as the objects are destroyed beforehand; using register_shutdown_function() fixes this
za:
array(&$this, '_gc'));
dopsat:
register_shutdown_function('session_write_close');