We have an issue where a global session collection becomes invalid during
the life of the session.  The issue only happens intermittently and occurs
when we deep copy one global session to another.  The new collection appears
to create fine, but then becomes invalid.

The copied collection is used as a temporary data set.  If changes are made,
then we copy then new collection back to the original, like so:

session{"collection_2"}:=deep copy collection(session{"collection_1"};*)
changes are made to session{"collection_2"}
deep clear collection(session{"collection_1"}
session{"collection1"}:=deep copy collection(session{"collection_2"}

The collection copy is triggered via an AJAX request, though I doubt that
matters.  

Thanks,
Mark Winkler


_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to