2010/8/4 [email protected] <[email protected]>: > I want to refresh pages for every 5 minutes. I aware that I need to > something like refresh header in the response. > > Can any one point me how to add refresh header in response object?
I believe something like that should work: response.headers["Refresh"] = "3;URL=http://www.some.org/some.html" -- Alex twitter.com/alexconrad -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
