We are working on a new web site using Apache, Python and Django.
In the development phase, no problem but once binding to Apache, using Firefox 3.5.3, we got a strange problem.
We stand on :
When we want to change the ordering of the research, we are sending the user to :
http://website.fr/search/order/price/
This page change a session variable and redirect, with code 302, to :
The problem is that Apache send a 302 Apache code and that Firefox doesn't refresh the page. We got the same problem when we are redirecting the user to the same page he was before.
How should we do to force the refresh of the page ?