[Seaside] Re: Navigating away from call:'s

Ronaldo Ferraz ronaldoferraz at gmail.com
Thu Feb 21 20:37:49 UTC 2008


Hi, Sebastian--

> That depends on how you implement the abort and the access to login.

Aborting was just used here as way to say that the use can ignore the
login form and just navigate to another part of the application.

>  One way would be just make answer nil and whoever catches the nil answer call
>  home.
>  Other may be just a link to the domain which responds making a new session (kind
>  of dirty way?)

Maybe, but the home example was just one of many possible. What is the
user is in the midst of an edition and just clicks away?

>  Anyway that is a different thing from the fact of the user abandoning a session
>  at any point for enough time to make it to expire (in which case, yes it will be
>  reclaimed by GC at some point).

Yes, I know. I was just trying to understand what happens to the
"discarded" component.

Thanks again,

Ronaldo


More information about the seaside mailing list