Re: [phpOpenTracker-general] Does phpOT use sessions files on the server?
Tim Heighes <[email protected]> Fri, 22 Oct 2004 10:23:32 +0100
| Newsgroups | gmane.comp.web.phpopentracker.general |
|---|---|
| Message-ID | <[email protected]> |
Thanks Sebastian. Being self-taught PHPer, deploying code for the first time to multiple web servers was a hole in my knowledge. I've now realised that to retain the session state between multiple web servers I should replace the default files-based session options in php.ini with a user-defined ones that point to a database, shared between the web servers. If anyone else needs to do this here are a couple of sources for doing so:- 1. PEAR's HTTP_Session package 2. O'Reilly book "Web Database Applications with PHP & MySQL" On 21 Oct 2004, at 17:08, Sebastian Bergmann wrote: > T i m H e i g h e s w r o t e : >> Does phpOT use server-side session files? > > phpOpenTracker uses PHP's ext/session to manage state.