CakePHP 3.4 auth重定向

时间:2017-07-10 13:45:20

标签: authentication redirect cakephp cakephp-3.4

从版本3.4开始,如果用户不允许操作,CakePHP总是在查询字符串中添加重定向URL。

https://book.cakephp.org/3.0/en/appendices/3-4-migration-guide.html#behavior-changes(第3段)中描述了它。

可以删除重定向查询字符串,并在会话中使用,如3.4之前的那样?

0 个答案:

没有答案