preview modal window doesn't open with csrf protection enabled
hi,
in the fuel admin, click on the preview button triggers a 500 Internal Server Error (POST preview request ).
when i disable the csrf protection, everything works correctly.
What could be the problem ? i don't understand.
i use MAMP, php 5.6.10 and fuelcms1.3
thx
Comments
i restored the csrf_token_name default value and now everything seems ok.
why can i not change this ?
by the way, on some servers, encrypted cookie throws 500 Internal Server Error, this cookie value seems too long when i dig in the error logs.
On my MAMP server, it's not the case...
thank you for your response
Regarding the encrypted cookie 500 internal Server Error, do you have any other additional information regarding the server setup?
thank you for details about csrf cookie, if i understand it's better to change anything about csrf cookie if enabled.