[web2py] Re: Forms in multiple windows

2012-06-05 Thread Jim Karsten
On Monday, June 4, 2012 4:36:34 PM UTC-4, Anthony wrote: > > Massimo pointed out a flaw in my solution in that it would create an >> ever-growing number of session variables and would be vulnerable to a DoS >> attack. >> > > Maybe by default it could cycle through a small number of formnames (e.g

[web2py] Re: Forms in multiple windows

2012-06-04 Thread Massimo Di Pierro
Yes, this may work. On Monday, 4 June 2012 15:36:34 UTC-5, Anthony wrote: > > Massimo pointed out a flaw in my solution in that it would create an >> ever-growing number of session variables and would be vulnerable to a DoS >> attack. >> > > Maybe by default it could cycle through a small number

[web2py] Re: Forms in multiple windows

2012-06-04 Thread Anthony
> > Massimo pointed out a flaw in my solution in that it would create an > ever-growing number of session variables and would be vulnerable to a DoS > attack. > Maybe by default it could cycle through a small number of formnames (e.g., _formname = _formname + '_1', etc.). So, for any given base