Csrf token validation failed in OrangeHrm after Ap

2019-08-18 16:13发布

Getting following error while trying to login. I have been tested with most of the browser , yet same error.
OrangeHrm Error

Running with php 5.6.

Is there any idea , what aspect should i look into to resolve the issue. I have been looked through error logs , but unable to find any hints of this error. Does it something to do with apache or OrangeHrm.

1条回答
\"骚年 ilove
2楼-- · 2019-08-18 16:35

Thanks guys, whoever tried to help, I have been resolved the issue and i think it may helpful for others if have similar issue:

In apache2 the cookie was disable over http and our site does not server https. So, we have to enable cookie over http and it works.

So, from my understanding, if you have similar issue, look your redirect setting as well.

查看更多
登录 后发表回答