I was working on my development server without problems, when I tried it in my production server, in a real name, not localhost nor ip, I got:
Forbidden (403)
CSRF verification failed. Request aborted.
Help
Reason given for failure:
CSRF cookie not set.
I'm sending my post via jquery, used the javascript fix to post method and all...
Dunno what else to do... could anyone give me a hand?
Thanks a lot!