This is just a theoretical question based on what we do now. Say we have a structure in session such as:
session{"cache"}{"user_1"}{"name"}:="Michael Bond"
Ok, in order to create this structure "cache" and "user_1" must be Global
Collections. Right? So now onto my question, what happens when the session
times out. Will the two Global Collections be cleaned up as well or will
they hang around and therefore leak memory.
Michael Bond
