This is not recommended: the web server will add this parameter to all the next 'continuation' URL it gives you and you will have to manually strip it out.
Based on a posting to plt-scheme by Mike Burns. Only handles the xexpr datatype, which makes it mostly useless for those using more advanced (SXML, WebIt!) frameworks?
-- NoelWelsh - 31 Aug 2004
This is a variant on my original send/suspend/dispatch. It's clean, but doesn't give the programmer access to the generated URL. For a version that does that, please see my paper at:
http://continue.cs.brown.edu/research/
Having the URL is useful for appending anchor references to the URL, or for using the URL in JavaScript?.
-- PeteHopkins - 23 Nov 2004
I suggest renaming this solution as send/suspend/callback to avoid confusion with the original by PeteHopkins?.
-- DanielSilva - 11 Jan 2005
It would be nice if send/suspend were implemented on top of a web-server internal version of PeteHopkins?'s send/suspend/dispatch, like this: