On Thu, Jun 19, 2008 at 02:40:42PM -0400, John Wells wrote: > Interesting. So what would be the recommended way of sharing data > between urls? Global variables or something along those lines?
Well, sure, any way you'd share data in a program: in global or class variables, in a database, or perhaps in the URL. If I hold on to controls that were created on one page when we move to another page, I'll never get a chance to let go of (garbage collect) those controls. That's what's got to be sorted out. _why
