On Mon, 24 Jul 2000, Kenneth Lee wrote: > I found that if I explicitly undef %session, CLEAR will be triggered > before DESTROY clearing $self->{data}, so $self->save actually update > nothing in the database. The perltie page says that this will happen when assigning the empty list to a tied hash, and apparently it happens when you undef as well. Maybe you want to call DESTROY or untie instead. - Perrin
- Apache::Session - can't undef %session? Kenneth Lee
- Perrin Harkins