[Seaside-dev] new session

Julian Fitzell jfitzell at gmail.com
Tue Feb 23 23:06:57 UTC 2010


Hi Carlos,

This would be better posted on the seaside list instead of seaside-dev
(which is for discussion about the development *of* Seaside itself),
but to answer your question, something like (untested):

renderContentOn: html
   html anchor
      url: (self application url);
      with: 'New Session'

ought to do it (unless you're using session cookies - then you'd need
a callback to delete the cookie first).

Julian

On Tue, Feb 23, 2010 at 1:49 PM, Carlos Crosetti
<carlos.crosetti at mostar.com.ar> wrote:
> Hi, I would liket to launch the action from the "New Session" button from an
> anchor in my aplicatio, how can I accomplsh that?
>
> Thanks, Carlos
>
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>


More information about the seaside-dev mailing list