in reply to RE: RE: Re: OO problems
in thread OO problems
Thanks, I see what your saying as far as that code goes. It actually acts the same way, but is probably better the way you wrote it.
I've written a smaller version for debugging and it seems that the problem is in getting Apache::Session to store the lower level data structures before the object goes away. I timestamp it on creation and in DESTROY before I untie it, but it still isn't working for me.
I'll keep playing and let you know if I figure anything out. It seems to me to be a error on my part of the implementation of Apache::Session, I just have to figure out what it is! :)
Thanks Again.