<continue-conversation> ( url -- response )
Furnace framework » Furnace persistence layer » Furnace conversation scope

Prev:end-conversation ( -- )
Next:cget ( key -- value )


Vocabulary
furnace.conversations

Inputs
urlan url


Outputs
responsea response


Word description
Creates an HTTP response which redirects the client to the specified URL while continuing the conversation. Any values set in the current conversation scope will be visible to the resonder handling the URL.

Definition