Jakub Milkiewicz ha scritto:
I really like Refirect after post patterny by Jouravlev where author
promotes saving submitted data in temporary storage (for example session)
and then use redirect to output action adding some kind of identifier to
data preivously saved in temporary storage.

This what "click" scope in Scopes does:
http://scopes.sourceforge.net/documentation/more-scopes/click-scope.html#how-it-works

<snip>
When a request of redirection happens, then the context object is moved temporarily in session scope, with a "request id" associated to it. The path to redirect to is modified so that it contains the request id as a cookie parameter.After the redirection, the context object is searched in session, using the cookie parameter in the URL. After that, the context object is moved back to request.
</snip>

Ciao
Antonio


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to