Re: [PHP-DEV] Execution point of session save handler on shutdown
[email protected] (Hannes Magnusson)
| Newsgroups | php.internals,php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Feb 19, 2010 at 16:54, Christian Seiler <[email protected]> wrote: > Hello, > > [CC to pecl-dev since this is APC-related.] > > I have been investigating a problem occuring when using APC in > combination with userspace session save handlers. This has been reported > multiple times both in the APC and PHP bugtrackers, bugs related to this > issue include (but are most likely not limited to): This has been documented feature for several years. You should explicitly call session_write_close() when your custom session handler is a userspace object. -Hannes