On Thu, Nov 21, 2002 at 09:46:41AM +0100, Eric van der Vlist wrote: > This appears to be a general problem with PHP4 under powerpc. The bug is > only concerning sessions that are saved as file and a workaround is to > select the "mm" session save handler in your php.ini: > > [Session] > ; Handler used to store/retrieve data. > #session.save_handler = files > session.save_handler = mm > > Of course, the downside is that your sessions don't survive a restart of > your http server. > > Hope this helps.
I already have this setting changed to mm, and it makes no difference. However, if I downgrade to the woody version of apache, all works perfectly... Strange... Thanks for the reply!