On Thu, Jun 19, 2008 at 6:52 PM, _why <[EMAIL PROTECTED]> wrote: > 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.
I understand the rationale a la GC, but I'd like to insure I'm following you here. You're saying that, by navigating via a link to a url, that you are actually navigating to a separate, distinct object? So if my class extends Shoes, I cannot share data between methods via instance variables? Sorry to belabor the issue, but I want to be sure I understand. Thanks! John
