Re: [PHP-DEV] modifying Session extension for Application variables

2001-04-06 Thread Derick Rethans
Hello John, you might take a look at www.vl-srm.net At the moment such a solution is being build, actually, storing application level vars is almost possible now. Derick On Fri, 6 Apr 2001, John wrote: > Hello everyone, > > I have been thinking about creating a PHP extension that supports > Ap

[PHP-DEV] modifying Session extension for Application variables

2001-04-06 Thread John
Hello everyone, I have been thinking about creating a PHP extension that supports Application variables for several days. This is to better support caching and shared variables. Then I realised that most of the functionality for supporting Application variables can be adapted from the session mo