浏览文章

文章信息

Magento2 后台登录无限停留首页| can't login into admin panel |Unable to access the background panel 17537

原因:

cookie domain 与后台地址不同域


将store->configuration->general->web->default cookie setting->cookie domain里的域名填上站点域名。


特别是多站点,很容易出问题,或者是session和cookie无法同步(同域)问题,导致session无法记录连接状态。

原创