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. - Perrin