Question
Vars and memory cleanup
in a method I am creating dynamically created vars based on
the 'frame' + _currentframe set keep track of if the user has been
on the frame before.
It is working on and off. By using trace statements I can see that the var is created and set then when i navigate away and back it is still there but if i take a little time navigating away then back the var gets recreated because it does not see it.
My only thought on this is that garbage collection is occuring. Is this correct? Any thoughts?
It is working on and off. By using trace statements I can see that the var is created and set then when i navigate away and back it is still there but if i take a little time navigating away then back the var gets recreated because it does not see it.
My only thought on this is that garbage collection is occuring. Is this correct? Any thoughts?