Have a look to setMaxSizePerSession() in the IStoreSettings interface
application.getStoreSettings().setMaxSizePerSession(Bytes.megabytes(30));

François


On Tue, Sep 24, 2013 at 10:34 AM, Hendy Irawan <he...@soluvas.com> wrote:

> Hi,
>
> When I checked the work/.../wicketFilter-filestore folder it seems that for
> every session Wicket stores the last 3 stateful pages.
>
> Will this cause problems when a user opens more than 3 (stateful) tabs at
> once?
>
> How do I increase this number? Is it possible to increase this number for
> select requests only? (i.e. only for logged in users having specific
> authorization/security roles, while guests and regular users get the
> standard 3 pages)
>
> Thank you.
>
> Hendy
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/How-to-increase-number-of-stored-pages-in-PageStore-for-Wicket-6-8-tp4661459.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to