Are there any issues with sending back a cookie during a 302 redirect? For example, if I create a return-to-url cookie and redirect the user in the same response will any (modern) browser ignore the cookie?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Most browser are accepting cookies on 302 redirects. I was quite sure of that, but I made a little search. Not all modern browsers. http://forums.silverlight.net/forums/t/187752.aspx

I think we now have a replacement for IE6 and it's Windows Mobile browsers...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.