I have a little app that I'm developing for someone at work that
allows them to run small polls to gather opinions.

I wanted to use a little ajax for the voting buttons, but also wanted
as much as possible to reduce any duplication by setting a cookie, and
storing the vote in the browser session (if they close their browser,
clear their cookies and try to vote they probably deserve multiple
votes).

However I can't get my head round how to manage cookies and identity
and stuff without reloading the page.  I've had problems before with
setting cookies in controllers that don't return a page to the
browser.

Has anyone done things like this already, or know of some good
starting points I can look at?

Thanks

Ed

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to