[Seaside] "remove" command

Avi Bryant avi.bryant at gmail.com
Sat May 21 22:51:57 CEST 2005


On 5/21/05, Michael <sangria at gmx.net> wrote:
> Hi
> I have a seaside application that uses a custom session.
> (In the custom session I overwrote the unregistered method
> to close the connection to a namingservice.)
> 
> When I remove the application with the config tool (/seaside/go/config)
> I can no longer access the config tool. The error message indicates that
> something still tries to access the namingservice.
> I also noticed that clicking on the "remove" link won't call the session's
> unregistered method.
> 
> Is there a way to remove an application and all sessions instantly?

Hm, I'd say that's a bug - removing an application should unregister
all of its sessions.  It would also be useful to have a reset link
that unregistered them all without removing the app...

Avi


More information about the Seaside mailing list