[Seaside] Re: Session expiration and data cleaning

Jon Paynter kittle31 at gmail.com
Tue Feb 25 18:03:43 UTC 2014


I run into similar problems with seaside sessions and expiry.  but mainly
during development as my image grows in size.

It would be very handy to have a utility or method that will actively
expire and/or remove all sessions on demand such that I can do the
following:
WASession allInstances size "print" -> some number
< run some code >
< run garbage collection >
WASession allInstances size "print" -> 0






On Tue, Feb 25, 2014 at 8:39 AM, Dave <lasmiste at gmail.com> wrote:

> Karsten,
> I'll try your hint
> thanks
> Dave
>
>
> Karsten Kusche wrote
> > i thought that's not 10 created sessions but 10 queries to the cache. You
> > can also create a background timer and let it access the application's
> > cache and trigger a reap.
> >
> > Kind Regards
> > Karsten
> >
> >
> > --
> > Karsten Kusche - Dipl. Inf. -
>
> > karsten@
>
> >  (mailto:
>
> > karsten@
>
> > )
> > Georg Heeg eK - Köthen
> > Handelsregister: Amtsgericht Dortmund A 12812
> >
> >
> > Am Dienstag, 25. Februar 2014 um 08:40 schrieb Dave:
> >
> >> No hint?
> >>
> >> Dave
> >>
> >>
> >>
> >> --
> >> View this message in context:
> >>
> http://forum.world.st/Session-expiration-and-data-cleaning-tp4745919p4746106.html
> >> Sent from the Seaside General mailing list archive at Nabble.com
> >> (http://Nabble.com).
> >> _______________________________________________
> >> seaside mailing list
> >>
>
> > seaside at .squeakfoundation
>
> >  (mailto:
>
> > seaside at .squeakfoundation
>
> > )
> >> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> >>
> >>
> >
> >
> >
> > _______________________________________________
> > seaside mailing list
>
> > seaside at .squeakfoundation
>
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
>
>
>
> --
> View this message in context:
> http://forum.world.st/Session-expiration-and-data-cleaning-tp4745919p4746303.html
> Sent from the Seaside General mailing list archive at Nabble.com.
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20140225/1aee67b9/attachment-0001.htm


More information about the seaside mailing list