But if they go back to that form, not by clicking the back button, but
through navigation links, the url "foobar.html?foo=bar" still won't work. We
need sometime random/unique with each page generation so that they can still
use the form when they don't do something silly like press the back button
or click submit twice. Am I just missing it?

Is the url tag informing the SerlvetDispatch/Filter that "soon" a request
will come in with that URL pattern, and that once it does, any following
ones should be ignored until the next <xw:url/> tag is called?

-Pat

----- Original Message -----
From: "Rickard Öberg" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 16, 2003 7:20 AM
Subject: Re: [OS-webwork] Hidden token


> Patrick Lightbody wrote:
> > I'm a bit confused -- how does this scale to multiple users on the
system at
> > the same time? "foobar.html?foo=bar" doesn't seem very unique? Is this
on a
> > a per-session basis?
>
> Either per-session or per-user (i.e. a cookie is used to determine what
> set of URL's has been associated with actions).
>
> > Even that seems odd.Where is the "token" or "key" that
> > provides the handshaking that is required to tackle this problem. And to
> > clarify again, the problem is: "If the submit button is pressed twice on
a
> > form, I want the action only to execute once".
>
> And that is exactly what happens.
>
> /Rickard
>
> --
> Rickard Öberg
> [EMAIL PROTECTED]
> Senselogic
>
> Got blog? I do. http://dreambean.com
>
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by: Thawte.com
> Understand how to protect your customers personal information by
implementing
> SSL on your Apache Web Server. Click here to get our FREE Thawte Apache
> Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
> _______________________________________________
> Opensymphony-webwork mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork



-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to