Re: [PHP-DEV] Global data with session handler

2002-03-18 Thread Richard Heyes
brad lafountain <[EMAIL PROTECTED]> wrote: > I couldn't find such a file. (4.1.2) http://cvs.php.net/cvs.php/pear/Cache/Application.php -- Richard Heyes -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Global data with session handler

2002-03-18 Thread brad lafountain
--- Richard Heyes <[EMAIL PROTECTED]> wrote: > brad lafountain <[EMAIL PROTECTED]> wrote: > > > I was wondering if anyone has ever thought of comming up with a different > way > > of handling the code below. I know that you can use shared memory, but > that > > wont work for win and it wont work

Re: [PHP-DEV] Global data with session handler

2002-03-18 Thread Richard Heyes
brad lafountain <[EMAIL PROTECTED]> wrote: > I was wondering if anyone has ever thought of comming up with a different way > of handling the code below. I know that you can use shared memory, but that > wont work for win and it wont work for web cluseters using db's to handle > their > sessions.

[PHP-DEV] Global data with session handler

2002-03-18 Thread brad lafountain
I was wondering if anyone has ever thought of comming up with a different way of handling the code below. I know that you can use shared memory, but that wont work for win and it wont work for web cluseters using db's to handle their sessions. Also sessions will automatically handle locking of the