Apache Session and Lock files

2000-11-29 Thread cbell
Hi everyone, After tying a hash variable to a session, and writing to it, I would like to undef my hash variable just to make sure that the session lock file is deleted. However, when I do this, then any changes I make to the session hash don't get saved. If I don't undef the session hash,

Re: Apache Session and Lock files

2000-11-29 Thread Perrin Harkins
On Wed, 29 Nov 2000, cbell wrote: After tying a hash variable to a session, and writing to it, I would like to undef my hash variable just to make sure that the session lock file is deleted. However, when I do this, then any changes I make to the session hash don't get saved. Well, yeah.