[Seaside] Flushing out old sessions,etc..

Lukas Renggli renggli at gmail.com
Fri May 14 06:11:38 UTC 2010


>> See <http://book.seaside.st/book/in-action/session/recovering>.
>
> Thanks Lukas..
>
> I tried the WAAdmin clearSessions but it didn't do anything
> for my issue.. I've even unloaded my entire app, done more
> garbage collection but still continue to get obsolete object
> references in the debugger when bringing up the Seaside main
> page..  I'll play around some more..

  WAAdmin clearDefaultDispatcher

and

  WAAdmin clearConfigurationCaches

flush the dispatcher and the configuration tree. That shouldn't free
any more session that have not been cleared with

  WAAdmin clearSessions

though (unless this is a bug in Seaside). Maybe there is something
like the PointerFinder in VW that can help you to find out who holds
onto these sessions.

Lukas

-- 
Lukas Renggli
www.lukas-renggli.ch


More information about the seaside mailing list