[Seaside] Keeping _s and _k in cookies

Philippe Marschall philippe.marschall at gmail.com
Wed Feb 27 08:07:12 UTC 2019


Hi

If you don't need you want the state snapshots ("back button support")
 you could get rid of the _k. You would have to introduce a mechanism
to to remove the old callbacks to avoid memory leaks, this could
probably be done in the "continuation".

Cheers
Philippe

On Tue, Feb 26, 2019 at 8:41 PM Esteban Maringolo <emaringolo at gmail.com> wrote:
>
> You can use a different session tracking strategy, that will keep
> track of the session  (`_s`) identifier.
>
> For the continuation (`_k') there is no way I know to avoid including
> it in the URLs, unless you always start fresh.
>
> What you might want is to have "clean" URLs, for that, refer to this
> never aging article by Ramon Leon:
> http://onsmalltalk.com/clean-urls-in-seaside
>
> Regards,
>
> Esteban A. Maringolo
>
> El mar., 26 feb. 2019 a las 15:22, sergio ruiz
> (<sergio.rrd at gmail.com>) escribió:
> >
> > Years ago, when I was running a different project, there was an option to keep this variables in a cookie, and they would not show up on the URL..
> >
> > I was wondering if this is still possible, and how you go about doing it.
> >
> > Thanks!
> >
> >
> >
> > ----
> > peace,
> > sergio
> > photographer, journalist, visionary
> >
> > Public Key: http://bit.ly/29z9fG0
> > #BitMessage BM-NBaswViL21xqgg9STRJjaJaUoyiNe2dV
> > http://www.codeandmusic.com
> > http://www.twitter.com/sergio_101
> > http://www.facebook.com/sergio101
> > _______________________________________________
> > seaside mailing list
> > seaside at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the seaside mailing list