unread
Von: Wez Furlong [mailto:kingwez@gmail.com]
As you mentioned, static properties and statically scoped
variables don't belong to an object instance, so it doesn't
make sense to serialize them.
Ok, but on the other hand they are just variables - so the question was
if there is any (possibly userland) way to capture them in the line with
"normal" session handling, by using (un)serialize or whatever.
As to persisting and restoring structures like the singleton pattern, I
just noticed that the builtin serialization/persistence mechanisms don't
care about object identity at all... :(
Best regards,
Matthias