[Seaside] Using REST URLs in a seaside app

Ramon Leon ramon.leon at allresnet.com
Fri Oct 12 20:14:43 UTC 2007


> Hi, I'm trying to remove the _s and k part from the url too. 
> As Lukas said, with cookies, removeing the _s part was easy. 
> But I can't remove the _k. Lukas said it's possible with 
> WASession, but I don't know how.
> 
> Can someone explain me, please ?
> 
> Thanks
> 
> Sebastien

Take a look at #performRequest: to see how a session maps the _k to a
continuation, and #actionUrlForKey: or #actionUrlForContinuation.  You're
going to have to take control of url generation and ensure they're mapped
properly when a request is handled.  I've never done this, but this is where
I'd start looking if I needed to.

Ramon Leon
http://onsmalltalk.com  



More information about the seaside mailing list