> No we can't do that, If you as you should terminate your web container
> gracefully
> then the web container will save all the sessions to disk. Then if you
> restart it again
> all the sessions are loaded again. And yes the application works just as
> it was never
> restarted. But if we throw away all the page stores. Then we loose all the
> data
> of sessions that are currently active.
>
> The only thing i can think of is having some check that only deletes things
> that are not touched for X hours or days.

We could read the session timeout from web.xml and delete what is older.

Not a high priority thing for me tbh, but I think it can be done.

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to