On Sun, Sep 25, 2011 at 6:17 AM, Tzury Bar Yochay
<
afro.s...@gmail.com> wrote:
> Hi,
> I am experiencing this strange behavior which make no sense in my humble
> opinion.
> On my development machine, things simply work fine, however, on the target
> machine,
> when lunching browser and pointing to the application, I get on the server's
> console the
> XSRF cookie does not match POST argument and on the browser 403 forbidden.
> Environments are basically identical, I used git to push/pull from my
> desktop and I assured manually chcksum of files is simply the same.
> Moreover, there is one more thing I noticed which vary from one machine to
> another, as while on my desktop
> the value of the element
> <input type="hidden" name="_xsrf" value="f3e2e0d6xxxxxxx..."/>
>
> remain the same between page refresh, on the target machine when the problem
> occurs
> value changes between refresh
It sounds like the target machine is not accepting cookies. Check
browser settings and extensions to see if anything is blocking
cookies.