Paul Johnston <[EMAIL PROTECTED]> writes:

The way ASP.NET solves this is the __VIEWSTATE hidden field. The state of the
controls is stored in that, and it is protected from tampering using a MAC. As
we start to do more complicated things with widgets forms, I think a TG
equivalent of __VIEWSTATE is inevitable.

Indeed.  Any hints on how they implemented that?  We can use HMAC for the
crypto part, it is available at the standard library...
--
Jorge Godoy      <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to