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

> Thank you Francois and Martin.
>
> So the 3 pages are actually because Wicket limits to size (not number of
> pages?)
>
> Is it possible to set this on a per-request basis?
>

Everything is possible.
Use custom impl of IStoreSettings that uses the current request/session
when deciding what to return in #getMaxSizePerSession


>
> I'd like to set guests to have the default size 10 MB, more for
> authenticated users (50 MB?) and even more for privileged/selected users.
> Is this possible?
>
> Thank you.
>
> Hendy Irawan - on Twitter <http://twitter.com/hendybippo> - on
> LinkedIn<http://id.linkedin.com/in/hendyirawan>
> Web Developer | Bippo Indonesia <http://www.bippo.co.id/> | Akselerator
> Bisnis | Bandung
>
> >
> >
> Hendy Irawan - on Twitter <http://twitter.com/hendybippo> - on
> LinkedIn<http://id.linkedin.com/in/hendyirawan>
> Web Developer | Bippo Indonesia <http://www.bippo.co.id/> | Akselerator
> Bisnis | Bandung
>
>
> On Tue, Sep 24, 2013 at 3:44 PM, Martin Grigorov-4 [via Apache Wicket] <
> ml-node+s1842946n4661461...@n4.nabble.com> wrote:
>
> > Hi,
> >
> > See org.apache.wicket.settings.IStoreSettings#setMaxSizePerSession
> > By default Wicket gives 10Mb per session. How many pages will fit inside
> > these 10Mb depends on the pages themselves.
> >
> >
> > On Tue, Sep 24, 2013 at 10:34 AM, Hendy Irawan <[hidden email]<
> http://user/SendEmail.jtp?type=node&node=4661461&i=0>>
> > 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: [hidden email]<
> http://user/SendEmail.jtp?type=node&node=4661461&i=1>
> > > For additional commands, e-mail: [hidden email]<
> http://user/SendEmail.jtp?type=node&node=4661461&i=2>
> > >
> > >
> >
> >
> > ------------------------------
> >  If you reply to this email, your message will be added to the discussion
> > below:
> >
> >
> http://apache-wicket.1842946.n4.nabble.com/How-to-increase-number-of-stored-pages-in-PageStore-for-Wicket-6-8-tp4661459p4661461.html
> >  To unsubscribe from How to increase number of stored pages in PageStore
> > for Wicket 6.8?, click here<
> http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4661459&code=aGVuZHlAc29sdXZhcy5jb218NDY2MTQ1OXwxNTI0Njc4NzUy
> >
> > .
> > NAML<
> http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
> >
> >
>
>
>
>
> --
> 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-tp4661459p4661462.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