Hi, This method has been removed because it just delegated to org.apache.wicket.util.lang.WicketObjects#sizeof(Serializable)
long sessionSize = WicketObjects.sizeOf(Session.get()); On Tue, Jun 19, 2012 at 2:03 PM, Walter Rugora <[email protected]> wrote: > Hi there, > > for Wicket 1.3 I determine session size like this: > RequestCycle.get().getSession().getSizeInBytes() > > But the RequestCycle underwent some changes and I cannot figure out how > to do it for Wicket 1.5? > > Appreciate your help! > Walter > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
