On Thu, 2003-10-23 at 14:56, Brendan W. McAdams wrote: > Tried timestamping the second layer, and saving directly, no luck.
The timestamp has to be in the first layer. It doesn't have to be a timestamp, actually. Any write at all in the first layer is fine, e.g. $session{'changed'} = 1. I forgot that the save method checks to see if things have changed, so you really do have to convince it you changed something first. - Perrin