[Seaside] re: how to generate session url's

Lukas Renggli renggli at gmail.com
Fri Sep 21 05:17:50 UTC 2007


> However,  it will take me many days before I can start to understand
> WAAnchorTag without documentation.

There is quite some documentation in my image, at least in Seaside 2.8.

> I was expecting some part that
> constructs the _k and _s parts.

The anchor only adds the callback (the number in the URL).

The _s part is generated during the first request, when the session is
instantiated. The _k part is generated for every request in the
render-loop. The rendering context knows the current actionUrl.

    html context actionUrl

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list