Hi,

Please update Wicket to a newer version! E.g. 7.12.0

If this doesn't help then put a breakpoint at
org.apache.wicket.Session#bind() method and see whether it is called after
the invalidation of the previous session.
It seems something leads to a new creation of an http session.

On Wed, Feb 20, 2019 at 12:15 PM AliKhan <tanek...@gmail.com> wrote:

> We are using AuthenticatedWebSession  of wicket version 7.0.0. When user
> logs
> out (super.invalidate();) we have noticed that wicket deletes the
> folder/files related to current session. However, at the same time, It is
> creating a new folder and files on session invalidation.
> This leads to create a hundred of thousands of files and folders as we have
> a large number of users who are using the system.
> Can someone direct me how to fix it?
>
> --
> Sent from:
> http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to