Perrin Harkins wrote: > On Thu, 2005-07-07 at 17:40 -0400, Gustavo Delfino wrote: > >>untie(%session) > > > That triggers a write to your database if you've modified the session > data. > > >>mysql: 4.1.10a > > > That doesn't sound very safe to me. I'd either upgrade it to the latest > official release (4.1.12 I think) or downgrade to the latest 4.0.x > release. Make sure you have a recent DBI and DBD::mysql too. People reports seg faults for DBD::mysql 3.0000, I think it could be a reason too, because when you untie hash Apache::Session could update DB.
Downgrade to 2.9008 or try 3.0001 may be seg faults fixed there. > > - Perrin >