My app has a lot of forms that are used to control what columns and rows show up in some reports.
I store the last-submitted choices into a cookie, and then on each report page, first I check in the query string, then I check in the cookie. Anyhow, I find myself using both query string params, post params, and the cookie in my validator. Has anyone else done this? I'm looking for warnings about stuff I should avoid. Matt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

