On Thu, Aug 2, 2012 at 11:37 PM, robmcguinness
<robert.mcguinness....@gmail.com> wrote:
>
> food for though in 6.0 branch
>
>
>
> getFrameworkSettings().setSerializer(new
> DeflatedJavaSerializer(getApplicationKey()));

This wont help for the session size. The http session keeps only the
last used page instance. The serialized page (the bytes) are stored in
disk store unless you use HttpSessionDataStore (for Google AppEngine
for example).
Read https://cwiki.apache.org/confluence/display/WICKET/Page+Storage

>
>
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Need-suggestion-on-minimizing-session-usage-in-wicket-web-application-tp4650956p4650973.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
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to