On 12/4/07, James Sherwood <[EMAIL PROTECTED]> wrote:
>
> What is the downfall to this?

Each user session will last forerever even when the user is not using the
application, leading to an always increasing server memory usage. Of course
you could release the session (session.invalidate()), but I don't think it's
your case.
Thiago

Reply via email to