Should I issue a ...

web.header("Cache-Control", "no-store, no-cache, must-revalidate")

before my [Post]/Redirect/Get

# login (via POST) correct => set auth cookie then redirect to user
homepage
web.setcookie("secret", .....
raise web.seeother("http://www.mysite.com/%s"; % (username))

tnx
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to