[PHP] Re: postgres session handling

2001-12-18 Thread Yasuo Ohgaki
You have bug in your session handler script. In code exchange at zend.com, you can find mine. Search HTTP section. BTW, I'll add pgsql session handler module. Anyone could use PosrgreSQL for session storage w/o writing script from 4.2.0. It's written in C and more efficient ;) James Gregory

[PHP] Re: postgres session handling

2001-12-18 Thread Yasuo Ohgaki
For reference, I attached README for pgsql session save handler. It's NOT in 4.2.0-dev, yet. James Gregory wrote: I have need to get php to use postgres to store session information. I've changed the directive in php.ini and written a set of functions that should do the job and I've made