Getting rid of session objects before the session expires

1999-06-16 Thread Anonymous
Is is possible (allowable) to destroy and remove an object from the session in JSP and be compliant? I have some session objects that can be quite large, and there could be various algorithms applied to them to decide when they can be destroyed and made ready for GC. I know that I can

Re: Getting rid of session objects before the session expires

1999-06-16 Thread Anonymous
David Wall wrote: Is is possible (allowable) to destroy and remove an object from the session in JSP and be compliant? I have some session objects that can be quite large, and there could be various algorithms applied to them to decide when they can be destroyed and made ready for GC. I