How to set cookies with redirect in Pylons
Posted
by user136589
on Stack Overflow
See other posts from Stack Overflow
or by user136589
Published on 2010-02-18T22:58:10Z
Indexed on
2010/03/21
14:51 UTC
Read the original article
Hit count: 676
In light of the cookie-handling bugs affecting Safari and Chrome (see this thread), and Pylons implementation of redirect_to as an exception, is it possible to reliably set a tracking cookie and redirect at the same time? Is the META refresh method looked down upon?
© Stack Overflow or respective owner